Update app.py
Browse files
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()
|