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

instruction renovation; allow manual keypoints at edit hands

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1134,7 +1134,7 @@ _CITE_ = r"""
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)
 
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)