fffiloni commited on
Commit
86023a7
·
verified ·
1 Parent(s): 358fc3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
190
  with gr.Row():
191
  with gr.Column():
192
  video_input = gr.Video(label="Video IN")
193
- frame_interval = gr.Slider(label="Frame interval", minimum=1, maximum=12, value=6)
194
  with gr.Row():
195
  vid_instruction = gr.Textbox(label="Instruction", scale=4)
196
  submit_video_btn = gr.Button("Submit", scale=1)
 
190
  with gr.Row():
191
  with gr.Column():
192
  video_input = gr.Video(label="Video IN")
193
+ frame_interval = gr.Slider(label="Frame interval", step=1, minimum=1, maximum=12, value=6)
194
  with gr.Row():
195
  vid_instruction = gr.Textbox(label="Instruction", scale=4)
196
  submit_video_btn = gr.Button("Submit", scale=1)