apailang commited on
Commit
2ec2513
β€’
1 Parent(s): c1d9208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ video_out_file = os.path.join(samples_folder,'detected' + '.mp4')
151
  stt_demo = gr.Interface(
152
  fn=detect_video,
153
  inputs=gr.Video(),
154
- utputs=gr.Video(label="Detected Video"),,
155
  examples=[
156
  [a],
157
  [b],
 
151
  stt_demo = gr.Interface(
152
  fn=detect_video,
153
  inputs=gr.Video(),
154
+ outputs=gr.Video(label="Detected Video"),
155
  examples=[
156
  [a],
157
  [b],