Spaces:
Running
on
Zero
Running
on
Zero
instruction renovation; allow manual keypoints at edit hands
Browse files
app.py
CHANGED
@@ -1134,7 +1134,7 @@ _CITE_ = r"""
|
|
1134 |
```
|
1135 |
"""
|
1136 |
|
1137 |
-
with gr.Blocks(css=custom_css
|
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)
|