Ashrafb commited on
Commit
bd91950
·
1 Parent(s): 386b20e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -39,7 +39,7 @@ def switch_states(is_checked):
39
  demo = gr.Blocks(title="DISCO")
40
  with demo:
41
  gr.Markdown(value="""
42
- **Gradio demo for DISCO: Disentangled Image Colorization via Global Anchors**. Check our [project page](https://menghanxia.github.io/projects/disco.html) 😛.
43
  """)
44
  with gr.Row():
45
  with gr.Column():
@@ -79,9 +79,7 @@ with demo:
79
  ['04.jpg', 8, "Low (256x256)"],
80
  ],
81
  inputs=[Image_input,Num_anchor,Radio_resolution], outputs=[Image_output], label="Examples")
82
- gr.HTML(value="""
83
- <p style="text-align:center; color:orange"><a href='https://menghanxia.github.io/projects/disco.html' target='_blank'>DISCO Project Page</a> | <a href='https://github.com/MenghanXia/DisentangledColorization' target='_blank'>Github Repo</a></p>
84
- """)
85
 
86
  if RUN_MODE == "local":
87
  demo.launch(server_name='9.134.253.83',server_port=7788)
 
39
  demo = gr.Blocks(title="DISCO")
40
  with demo:
41
  gr.Markdown(value="""
42
+ ** DISCO: Disentangled Image Colorization via Global Anchors**.
43
  """)
44
  with gr.Row():
45
  with gr.Column():
 
79
  ['04.jpg', 8, "Low (256x256)"],
80
  ],
81
  inputs=[Image_input,Num_anchor,Radio_resolution], outputs=[Image_output], label="Examples")
82
+
 
 
83
 
84
  if RUN_MODE == "local":
85
  demo.launch(server_name='9.134.253.83',server_port=7788)