Spaces:
Runtime error
Runtime error
Commit
·
03a6696
1
Parent(s):
64bb0a0
Update app.py
Browse files
app.py
CHANGED
@@ -34,11 +34,7 @@ def switch_states(is_checked):
|
|
34 |
else:
|
35 |
return gr.Image.update(visible=False), gr.Button.update(visible=False)
|
36 |
|
37 |
-
|
38 |
-
with demo:
|
39 |
-
gr.Markdown(value="""
|
40 |
-
**Gradio demo for DISCO: Disentangled Image Colorization via Global Anchors**. Check our [project page](https://menghanxia.github.io/projects/disco.html) 😛.
|
41 |
-
""")
|
42 |
with gr.Row():
|
43 |
with gr.Column():
|
44 |
with gr.Row():
|
|
|
34 |
else:
|
35 |
return gr.Image.update(visible=False), gr.Button.update(visible=False)
|
36 |
|
37 |
+
|
|
|
|
|
|
|
|
|
38 |
with gr.Row():
|
39 |
with gr.Column():
|
40 |
with gr.Row():
|