Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -668,7 +668,7 @@ with block:
|
|
| 668 |
with gr.Group():
|
| 669 |
total_second_length = gr.Slider(
|
| 670 |
label="Duration (Seconds)",
|
| 671 |
-
minimum=0.01
|
| 672 |
maximum=15,
|
| 673 |
value=2,
|
| 674 |
step=0.1,
|
|
|
|
| 668 |
with gr.Group():
|
| 669 |
total_second_length = gr.Slider(
|
| 670 |
label="Duration (Seconds)",
|
| 671 |
+
minimum=0.01,
|
| 672 |
maximum=15,
|
| 673 |
value=2,
|
| 674 |
step=0.1,
|