Spaces:
Running
on
Zero
Running
on
Zero
instruction renovation; allow manual keypoints at edit hands
Browse files
app.py
CHANGED
@@ -1857,8 +1857,8 @@ with gr.Blocks(css=custom_css, theme="soft") as demo:
|
|
1857 |
)
|
1858 |
gr.Markdown(_CITE_)
|
1859 |
|
1860 |
-
print("Ready to launch..")
|
1861 |
-
_, _, shared_url = demo.queue().launch(
|
1862 |
-
share=True, server_name="0.0.0.0", server_port=7739
|
1863 |
-
)
|
1864 |
-
|
|
|
1857 |
)
|
1858 |
gr.Markdown(_CITE_)
|
1859 |
|
1860 |
+
# print("Ready to launch..")
|
1861 |
+
# _, _, shared_url = demo.queue().launch(
|
1862 |
+
# share=True, server_name="0.0.0.0", server_port=7739
|
1863 |
+
# )
|
1864 |
+
demo.launch(share=True)
|