Liusuthu commited on
Commit
2d21960
·
verified ·
1 Parent(s): 5cbdda6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(css="app.css") as video:
73
  with gr.Row():
74
  with gr.Column(scale=2):
75
  input_video = gr.Video(
76
- sources=["webcam", "upload"], elem_classes="video1"
77
  )
78
  with gr.Row():
79
  clear_btn_dynamic = gr.Button(
 
73
  with gr.Row():
74
  with gr.Column(scale=2):
75
  input_video = gr.Video(
76
+ sources=["webcam", "upload"], elem_classes="video1", format='mp4'
77
  )
78
  with gr.Row():
79
  clear_btn_dynamic = gr.Button(