Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -362,7 +362,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
| 362 |
elem_classes="guideline-bubble"
|
| 363 |
)
|
| 364 |
|
| 365 |
-
with gr.Accordion("🎬 Video Generation Options", open=False, visible=
|
| 366 |
video_height = gr.Number(minimum=128, maximum=1280, value=512, step=32, label="Video Height")
|
| 367 |
video_width = gr.Number(minimum=128, maximum=1280, value=992, step=32, label="Video Width")
|
| 368 |
|
|
|
|
| 362 |
elem_classes="guideline-bubble"
|
| 363 |
)
|
| 364 |
|
| 365 |
+
with gr.Accordion("🎬 Video Generation Options", open=False, visible=True):
|
| 366 |
video_height = gr.Number(minimum=128, maximum=1280, value=512, step=32, label="Video Height")
|
| 367 |
video_width = gr.Number(minimum=128, maximum=1280, value=992, step=32, label="Video Width")
|
| 368 |
|