Liusuthu commited on
Commit
34270b7
·
verified ·
1 Parent(s): d56a792

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks(css="app.css") as demo:
48
  gr.Markdown(value=DESCRIPTION_DYNAMIC)
49
  with gr.Row():
50
  with gr.Column(scale=2):
51
- input_video = gr.Video(sources=["webcam", "upload"], elem_classes="video1")
52
  with gr.Row():
53
  clear_btn_dynamic = gr.Button(
54
  value="Clear", interactive=True, scale=1
 
48
  gr.Markdown(value=DESCRIPTION_DYNAMIC)
49
  with gr.Row():
50
  with gr.Column(scale=2):
51
+ input_video = gr.Video(sources=["webcam", "upload"], elem_classes="video1", format='mp4')
52
  with gr.Row():
53
  clear_btn_dynamic = gr.Button(
54
  value="Clear", interactive=True, scale=1