jschwab21 commited on
Commit
74ff31b
·
verified ·
1 Parent(s): 9bef8bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ h3 {
136
  with gr.Blocks() as demo:
137
  with gr.Column():
138
  video_url = gr.Textbox(label="Video URL")
139
- video_file = gr.UploadButton(label="Upload Video File", type="bytes", file_types=["video"])
140
  description = gr.Textbox(label="Describe your clip")
141
  submit_button = gr.Button("Process Video")
142
  video_output = gr.Video(label="Processed Video")
 
136
  with gr.Blocks() as demo:
137
  with gr.Column():
138
  video_url = gr.Textbox(label="Video URL")
139
+ video_file = gr.UploadButton(label="Upload Video File", type="binary", file_types=["video"])
140
  description = gr.Textbox(label="Describe your clip")
141
  submit_button = gr.Button("Process Video")
142
  video_output = gr.Video(label="Processed Video")