Chaerin5 commited on
Commit
f4504d4
·
1 Parent(s): 7685578

instruction renovation; allow manual keypoints at edit hands

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- # demo.launch(share=True)
 
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)