amosfang commited on
Commit
f2df218
1 Parent(s): a4e25e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,8 +123,8 @@ def process_video(video_path):
123
  # Create the video processing interface
124
  tab2 = gr.Interface(
125
  fn=process_video,
126
- inputs=gr.File(label="Upload a video", accept=".mp4"),
127
- outputs=gr.File(type="video/mp4"),
128
  title='Video Processing',
129
  examples=["example_video.mp4"]
130
  )
 
123
  # Create the video processing interface
124
  tab2 = gr.Interface(
125
  fn=process_video,
126
+ inputs=gr.File(label="Upload a video"),
127
+ outputs=gr.File(label="output"),
128
  title='Video Processing',
129
  examples=["example_video.mp4"]
130
  )