Update app.py
Browse files
app.py
CHANGED
@@ -427,7 +427,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 960px
|
|
427 |
minimum=0.5,
|
428 |
maximum=5.0,
|
429 |
step=0.1,
|
430 |
-
value=
|
431 |
info="Lower values produce smoother but less controlled motion"
|
432 |
)
|
433 |
|
@@ -446,7 +446,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {max-width: 960px
|
|
446 |
minimum=24,
|
447 |
maximum=50,
|
448 |
step=1,
|
449 |
-
value=
|
450 |
info="Higher FPS for smoother motion. 30 FPS recommended, 50 FPS maximum"
|
451 |
)
|
452 |
|
|
|
427 |
minimum=0.5,
|
428 |
maximum=5.0,
|
429 |
step=0.1,
|
430 |
+
value=0.5,
|
431 |
info="Lower values produce smoother but less controlled motion"
|
432 |
)
|
433 |
|
|
|
446 |
minimum=24,
|
447 |
maximum=50,
|
448 |
step=1,
|
449 |
+
value=50,
|
450 |
info="Higher FPS for smoother motion. 30 FPS recommended, 50 FPS maximum"
|
451 |
)
|
452 |
|