apailang commited on
Commit
90ee242
β€’
1 Parent(s): faa93f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ c = os.path.join(os.path.dirname(__file__), "data/c.mp4") # Video
141
  stt_demo = gr.Interface(
142
  fn=detect_video, #detect_video
143
  inputs=gr.Video(),
144
- outputs=gr.Video(),
145
  examples=[
146
  [a],
147
  [b],
 
141
  stt_demo = gr.Interface(
142
  fn=detect_video, #detect_video
143
  inputs=gr.Video(),
144
+ #outputs=gr.Video(),
145
  examples=[
146
  [a],
147
  [b],