Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
e685dd2
1
Parent(s):
bd169c9
Clean
Browse files
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=
|
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")
|