Spaces:
Runtime error
Runtime error
Commit
β’
98f5f4a
1
Parent(s):
6de9995
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks(css=css) as demo:
|
|
176 |
with gr.Column(scale=2, min_width=100):
|
177 |
output_image = gr.Video(label="Looping video", elem_id="video", loop=True, autoplay=True)
|
178 |
with gr.Accordion(label="Advanced options", open=False):
|
179 |
-
interm_steps = gr.Slider(label = "Num of intermediate images", minimum=3, value=
|
180 |
with gr.Row():
|
181 |
iterations = gr.Slider(label = "Num iterations for clip directions", minimum=0, value=200, maximum=400, step=1)
|
182 |
steps = gr.Slider(label = "Num inference steps", minimum=1, value=3, maximum=4, step=1)
|
|
|
176 |
with gr.Column(scale=2, min_width=100):
|
177 |
output_image = gr.Video(label="Looping video", elem_id="video", loop=True, autoplay=True)
|
178 |
with gr.Accordion(label="Advanced options", open=False):
|
179 |
+
interm_steps = gr.Slider(label = "Num of intermediate images", minimum=3, value=7, maximum=65, step=2)
|
180 |
with gr.Row():
|
181 |
iterations = gr.Slider(label = "Num iterations for clip directions", minimum=0, value=200, maximum=400, step=1)
|
182 |
steps = gr.Slider(label = "Num inference steps", minimum=1, value=3, maximum=4, step=1)
|