seawolf2357 commited on
Commit
c94b781
·
verified ·
1 Parent(s): 0e418ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=1.0,
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=30,
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