multimodalart HF staff commited on
Commit
e685dd2
1 Parent(s): bd169c9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
96
  )
97
  gr.Markdown(load_description("assets/gradio_description_animation.md"))
98
  with gr.Row():
99
- with gr.Accordion(open=True, label="Animation Options"):
100
  with gr.Row():
101
  flag_relative_input = gr.Checkbox(value=True, label="relative motion")
102
  flag_do_crop_input = gr.Checkbox(value=True, label="do crop")
 
96
  )
97
  gr.Markdown(load_description("assets/gradio_description_animation.md"))
98
  with gr.Row():
99
+ with gr.Accordion(open=False, label="Animation Options"):
100
  with gr.Row():
101
  flag_relative_input = gr.Checkbox(value=True, label="relative motion")
102
  flag_do_crop_input = gr.Checkbox(value=True, label="do crop")