r3gm commited on
Commit
4af6fa9
1 Parent(s): 307fb72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -673,7 +673,7 @@ with gr.Blocks(theme=theme) as demo:
673
  with gr.Row():
674
  with gr.Column():
675
  #video_input = gr.UploadButton("Click to Upload a video", file_types=["video"], file_count="single") #gr.Video() # height=300,width=300
676
- video_input = gr.Video(label="Submit a video") #gr.File(label="VIDEO")
677
  #link = gr.HTML()
678
  #video_input.change(submit_file_func, video_input, [video_input, link], show_progress='full')
679
 
 
673
  with gr.Row():
674
  with gr.Column():
675
  #video_input = gr.UploadButton("Click to Upload a video", file_types=["video"], file_count="single") #gr.Video() # height=300,width=300
676
+ video_input = gr.File(label="Submit a short Video")
677
  #link = gr.HTML()
678
  #video_input.change(submit_file_func, video_input, [video_input, link], show_progress='full')
679