Spaces:
Runtime error
Runtime error
Commit
·
64bb0a0
1
Parent(s):
6214cc9
Update app.py
Browse files
app.py
CHANGED
@@ -67,9 +67,7 @@ with demo:
|
|
67 |
['04.jpg', 8, "Low (256x256)"],
|
68 |
],
|
69 |
inputs=[Image_input,Num_anchor,Radio_resolution], outputs=[Image_output], label="Используйте эту фотографию для примера кликнув по ней", cache_examples=False)
|
70 |
-
|
71 |
-
<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>
|
72 |
-
""")
|
73 |
|
74 |
if RUN_MODE == "local":
|
75 |
demo.launch(server_name='9.134.253.83',server_port=7788)
|
|
|
67 |
['04.jpg', 8, "Low (256x256)"],
|
68 |
],
|
69 |
inputs=[Image_input,Num_anchor,Radio_resolution], outputs=[Image_output], label="Используйте эту фотографию для примера кликнув по ней", cache_examples=False)
|
70 |
+
|
|
|
|
|
71 |
|
72 |
if RUN_MODE == "local":
|
73 |
demo.launch(server_name='9.134.253.83',server_port=7788)
|