freealise commited on
Commit
bf0f429
1 Parent(s): d646d06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks() as demo:
159
  url_input = gr.Textbox(value="./examples/streetview.mp4", label="URL")
160
  with gr.Row():
161
  interpolation = gr.Radio([1, 2, 4, 8, 16, 32], value=4, label="Interpolation Steps")
162
- fps_output = gr.Radio([1, 6, 12, 24, 25], label="FPS output", value=1)
163
  submit_btn = gr.Button("Submit")
164
 
165
  with gr.Column():
 
159
  url_input = gr.Textbox(value="./examples/streetview.mp4", label="URL")
160
  with gr.Row():
161
  interpolation = gr.Radio([1, 2, 4, 8, 16, 32], value=4, label="Interpolation Steps")
162
+ fps_output = gr.Slider(minimum=1, maximum=32, step=1, value=32, label="FPS output")
163
  submit_btn = gr.Button("Submit")
164
 
165
  with gr.Column():