Dekonstruktio commited on
Commit
fc0ccc1
·
verified ·
1 Parent(s): cc3f9ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -43,9 +43,7 @@ def switch_states(is_checked):
43
 
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
  with gr.Row():
50
  with gr.Column():
51
  with gr.Row():
 
43
 
44
  demo = gr.Blocks(title="DISCO", delete_cache=(1800, 3600),)
45
  with demo:
46
+ gr.Markdown(value=""" """)
 
 
47
  with gr.Row():
48
  with gr.Column():
49
  with gr.Row():