SuriRaja commited on
Commit
2055322
Β·
verified Β·
1 Parent(s): fcb6cb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks() as demo:
190
  """)
191
  with gr.Row():
192
  with gr.Column():
193
- video_input = gr.Video(label="πŸ“½ Upload Face Video", sources=["upload", "webcam"], type="filepath")
194
  submit_btn = gr.Button("πŸ” Analyze")
195
  with gr.Column():
196
  result_html = gr.HTML(label="πŸ§ͺ Health Report Table")
 
190
  """)
191
  with gr.Row():
192
  with gr.Column():
193
+ video_input = gr.Video(label="πŸ“½ Upload Face Video", sources=["upload", "webcam"])
194
  submit_btn = gr.Button("πŸ” Analyze")
195
  with gr.Column():
196
  result_html = gr.HTML(label="πŸ§ͺ Health Report Table")