fffiloni commited on
Commit
524f147
1 Parent(s): 378846e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks() as demo:
150
  with gr.Column():
151
  video_input = gr.Video(source="upload", type="filepath")
152
  interpolation = gr.Slider(minimum=2,maximum=4,step=1, value=1, label="Interpolation Steps")
153
- fps_output = gr.Radio([8, 12, 24], label="FPS output")
154
  submit_btn = gr.Button("Submit")
155
 
156
  with gr.Column():
 
150
  with gr.Column():
151
  video_input = gr.Video(source="upload", type="filepath")
152
  interpolation = gr.Slider(minimum=2,maximum=4,step=1, value=1, label="Interpolation Steps")
153
+ fps_output = gr.Radio([8, 12, 24], label="FPS output", value=8)
154
  submit_btn = gr.Button("Submit")
155
 
156
  with gr.Column():