jschwab21 commited on
Commit
8a53d3b
·
verified ·
1 Parent(s): 25c9e66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def save_and_display_video(video_file):
18
 
19
  with gr.Blocks() as demo:
20
  with gr.Column():
21
- video_file = gr.File(label="Upload Video File", type="binary", file_types="video", interactive=True)
22
  output_video = gr.Video()
23
  output_message = gr.Textbox(label="Output Message")
24
  submit_button = gr.Button("Display Video")
 
18
 
19
  with gr.Blocks() as demo:
20
  with gr.Column():
21
+ video_file = gr.File(label="Upload Video File", type="binary", file_types=["video"], interactive=True)
22
  output_video = gr.Video()
23
  output_message = gr.Textbox(label="Output Message")
24
  submit_button = gr.Button("Display Video")