Spaces:
Build error
Build error
Update webui/app_control_animation.py
Browse files
webui/app_control_animation.py
CHANGED
|
@@ -140,7 +140,7 @@ def create_demo(model: ControlAnimationModel):
|
|
| 140 |
("__assets__/dance4.gif", "Motion 4"),
|
| 141 |
("__assets__/dance5.gif", "Motion 5"),
|
| 142 |
],
|
| 143 |
-
).style(columns=[2], rows=[2], object_fit="contain", height="auto")
|
| 144 |
input_video_path = gr.Textbox(
|
| 145 |
label="Pose Sequence", visible=False, value="Motion 1"
|
| 146 |
)
|
|
|
|
| 140 |
("__assets__/dance4.gif", "Motion 4"),
|
| 141 |
("__assets__/dance5.gif", "Motion 5"),
|
| 142 |
],
|
| 143 |
+
).style(grid=[2], columns=[2], rows=[2], object_fit="contain", height="auto")
|
| 144 |
input_video_path = gr.Textbox(
|
| 145 |
label="Pose Sequence", visible=False, value="Motion 1"
|
| 146 |
)
|