rahul7star commited on
Commit
91a8229
·
verified ·
1 Parent(s): f5f4e06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False):
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