SuriRaja commited on
Commit
75151af
1 Parent(s): a4ce3a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
108
  with gr.Row():
109
  pause_btn = gr.Button("鈴革笍 Pause")
110
  resume_btn = gr.Button("鈻讹笍 Resume")
111
- frame_slider = gr.Slider(0.05, 2, value=1, label="Frame Interval (seconds)")
112
 
113
  def toggle_pause():
114
  global paused
 
108
  with gr.Row():
109
  pause_btn = gr.Button("鈴革笍 Pause")
110
  resume_btn = gr.Button("鈻讹笍 Resume")
111
+ frame_slider = gr.Slider(0.0005, 0.5, value=1, label="Frame Interval (seconds)")
112
 
113
  def toggle_pause():
114
  global paused