Chaerin5 commited on
Commit
e86bac5
·
1 Parent(s): 610b167

instruction renovation; allow manual keypoints at edit hands

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1134,7 +1134,7 @@ _CITE_ = r"""
1134
  ```
1135
  """
1136
 
1137
- with gr.Blocks(css=custom_css) as demo:
1138
  gr.Markdown(_HEADER_)
1139
  with gr.Tab("Edit Hand Poses"):
1140
  ref_img = gr.State(value=None)
@@ -1861,4 +1861,4 @@ with gr.Blocks(css=custom_css) as demo:
1861
  # _, _, shared_url = demo.queue().launch(
1862
  # share=True, server_name="0.0.0.0", server_port=7739
1863
  # )
1864
- demo.launch(share=True)
 
1134
  ```
1135
  """
1136
 
1137
+ with gr.Blocks(css=custom_css, theme="soft") as demo:
1138
  gr.Markdown(_HEADER_)
1139
  with gr.Tab("Edit Hand Poses"):
1140
  ref_img = gr.State(value=None)
 
1861
  # _, _, shared_url = demo.queue().launch(
1862
  # share=True, server_name="0.0.0.0", server_port=7739
1863
  # )
1864
+ demo.launch()