Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -248,7 +248,7 @@ with gr.Blocks(css=css) as app:
|
|
248 |
with gr.Column():
|
249 |
image_input = gr.Image(type="pil", label="Upload Image")
|
250 |
video_duration = gr.Slider(1, 60, value=10, step=1, label="Video Duration (seconds)")
|
251 |
-
chunk_size = gr.Slider(0, 1000, value=
|
252 |
info="Number of SVG path elements to add per frame (0 for automatic calculation)")
|
253 |
|
254 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
248 |
with gr.Column():
|
249 |
image_input = gr.Image(type="pil", label="Upload Image")
|
250 |
video_duration = gr.Slider(1, 60, value=10, step=1, label="Video Duration (seconds)")
|
251 |
+
chunk_size = gr.Slider(0, 1000, value=300, step=1, label="Chunk Size (0=auto)",
|
252 |
info="Number of SVG path elements to add per frame (0 for automatic calculation)")
|
253 |
|
254 |
with gr.Accordion("Advanced Settings", open=False):
|