apailang commited on
Commit
adcdcef
β€’
1 Parent(s): 6db2b96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ video_out_file = os.path.join(samples_folder,'detected' + '.mp4')
196
  stt_demo = gr.Interface(
197
  fn=detect_video,
198
  inputs=gr.Video(),
199
- outputs=gr.Video(label="Detected Video"),
200
  examples=[
201
  [a],
202
  [b],
 
196
  stt_demo = gr.Interface(
197
  fn=detect_video,
198
  inputs=gr.Video(),
199
+ outputs=gr.Video(type="mp4",label="Detected Video"),
200
  examples=[
201
  [a],
202
  [b],