ysharma HF staff commited on
Commit
4655c20
1 Parent(s): 2662a4f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ with demo:
279
 
280
  with gr.Row():
281
  #button_transcript = gr.Button("Generate transcripts")
282
- vid_speed_timelapse = gr.Slider(0.1,0.9, step=0.1)
283
  button_timelapse = gr.Button("Create TimeLapse")
284
 
285
  with gr.Row():
 
279
 
280
  with gr.Row():
281
  #button_transcript = gr.Button("Generate transcripts")
282
+ vid_speed_timelapse = gr.Slider(1,2, step=0.25)
283
  button_timelapse = gr.Button("Create TimeLapse")
284
 
285
  with gr.Row():