fffiloni commited on
Commit
6a33c24
1 Parent(s): 7f50f99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ with gr.Blocks(css=css) as demo:
199
  """)
200
  with gr.Row():
201
  with gr.Column():
202
- video_in = gr.Video(label='Video IN', format="mp4")
203
  submit_btn = gr.Button("Submit")
204
  gr.Examples(
205
  examples = [
 
199
  """)
200
  with gr.Row():
201
  with gr.Column():
202
+ video_in = gr.Video(label='Video IN', format="mp4", include_audio=False)
203
  submit_btn = gr.Button("Submit")
204
  gr.Examples(
205
  examples = [