Dekonstruktio commited on
Commit
ba16590
·
verified ·
1 Parent(s): 625a599

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,7 +44,8 @@ def switch_states(is_checked):
44
  demo = gr.Blocks(title="DISCO", delete_cache=(1800, 3600),)
45
  with demo:
46
  gr.Markdown(value="""
47
- **Gradio demo for DISCO: Disentangled Image Colorization via Global Anchors**. Check our [project page](https://menghanxia.github.io/projects/disco.html).
 
48
  """)
49
  with gr.Row():
50
  with gr.Column():
 
44
  demo = gr.Blocks(title="DISCO", delete_cache=(1800, 3600),)
45
  with demo:
46
  gr.Markdown(value="""
47
+ **Gradio demo for DISCO: Disentangled Image Colorization via Global Anchors**. Check the [project page](https://menghanxia.github.io/projects/disco.html).
48
+
49
  """)
50
  with gr.Row():
51
  with gr.Column():