rahul7star commited on
Commit
6d6fd28
·
verified ·
1 Parent(s): 8dfdf4d

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -411,7 +411,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as app:
411
 
412
  prompt = gr.Textbox(label="Prompt", info="Describe the transition between the two images")
413
 
414
- with gr.Accordion("Advanced Settings", open=False, visible=False):
415
  duration = gr.Radio(
416
  [("Short (2s)", 33), ("Mid (4s)", 66)],
417
  value=33,
 
411
 
412
  prompt = gr.Textbox(label="Prompt", info="Describe the transition between the two images")
413
 
414
+ with gr.Accordion("Advanced Settings", open=False, visible=True):
415
  duration = gr.Radio(
416
  [("Short (2s)", 33), ("Mid (4s)", 66)],
417
  value=33,