fffiloni commited on
Commit
27ab64e
·
verified ·
1 Parent(s): 678631b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks() as demo:
142
  with gr.Tab("Video"):
143
  with gr.Row():
144
  with gr.Column():
145
- video_input = gr.Image(label="Video IN")
146
  with gr.Row():
147
  vid_instruction = gr.Textbox(label="Instruction", scale=4)
148
  submit_video_btn = gr.Button("Submit", scale=1)
 
142
  with gr.Tab("Video"):
143
  with gr.Row():
144
  with gr.Column():
145
+ video_input = gr.Video(label="Video IN")
146
  with gr.Row():
147
  vid_instruction = gr.Textbox(label="Instruction", scale=4)
148
  submit_video_btn = gr.Button("Submit", scale=1)