SuriRaja commited on
Commit
fcb6cb8
·
verified ·
1 Parent(s): 9161fde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks() as demo:
196
  result_html = gr.HTML(label="🧪 Health Report Table")
197
  result_image = gr.Image(label="📷 Key Frame Snapshot")
198
  submit_btn.click(fn=analyze_face, inputs=video_input, outputs=[result_html, result_image])
199
- gr.Markdown("---
200
- ✅ Table Format • AI Prediction • rPPG-based HR • Dynamic Summary • Multilingual Support • CTA")
201
 
202
  demo.launch()
 
196
  result_html = gr.HTML(label="🧪 Health Report Table")
197
  result_image = gr.Image(label="📷 Key Frame Snapshot")
198
  submit_btn.click(fn=analyze_face, inputs=video_input, outputs=[result_html, result_image])
199
+ gr.Markdown("""---
200
+ ✅ Table Format • AI Prediction • rPPG-based HR • Dynamic Summary • Multilingual Support • CTA""")
201
 
202
  demo.launch()