Update app1.py
Browse files
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=
|
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,
|