jschwab21 commited on
Commit
9312dbc
·
verified ·
1 Parent(s): 73d2101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ h3 {
143
  with gr.Blocks() as demo:
144
  with gr.Column():
145
  video_url = gr.Textbox(label="Video URL")
146
- video_file = gr.File(label="Upload Video File", type="file")
147
  description = gr.Textbox(label="Describe your clip")
148
  submit_button = gr.Button("Process Video")
149
  video_output = gr.Video(label="Processed Video")
 
143
  with gr.Blocks() as demo:
144
  with gr.Column():
145
  video_url = gr.Textbox(label="Video URL")
146
+ video_file = gr.File(label="Upload Video File", type="binary")
147
  description = gr.Textbox(label="Describe your clip")
148
  submit_button = gr.Button("Process Video")
149
  video_output = gr.Video(label="Processed Video")