Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -990,50 +990,7 @@ with gr.Blocks(
|
|
990 |
outputs=output_report
|
991 |
)
|
992 |
|
993 |
-
|
994 |
-
gr.HTML("""
|
995 |
-
<div style="background: white; border-radius: 15px; padding: 25px; margin: 30px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.1);">
|
996 |
-
<h2 style="color: #667eea; text-align: center; margin-bottom: 20px;">
|
997 |
-
🔬 About VetMetrica© HRQOL Framework
|
998 |
-
</h2>
|
999 |
-
|
1000 |
-
<p style="text-align: center; margin-bottom: 25px; color: #666; font-size: 1.1em;">
|
1001 |
-
This tool integrates the validated <strong>VetMetrica© Health-Related Quality of Life</strong> framework with advanced AI analysis:
|
1002 |
-
</p>
|
1003 |
-
|
1004 |
-
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 25px 0;">
|
1005 |
-
<div style="text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px;">
|
1006 |
-
<div style="font-size: 2em; margin-bottom: 10px;">🎯</div>
|
1007 |
-
<h4 style="color: #667eea; margin-bottom: 10px;">Evidence-Based Assessment</h4>
|
1008 |
-
<p style="color: #666; font-size: 0.9em;">Uses clinically validated HRQOL domains (Vitality, Comfort, Emotional Wellbeing, Alertness)</p>
|
1009 |
-
</div>
|
1010 |
-
|
1011 |
-
<div style="text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px;">
|
1012 |
-
<div style="font-size: 2em; margin-bottom: 10px;">🤖</div>
|
1013 |
-
<h4 style="color: #667eea; margin-bottom: 10px;">AI-Powered Analysis</h4>
|
1014 |
-
<p style="color: #666; font-size: 0.9em;">Combines CLIP vision models with BiomedCLIP for medical insights</p>
|
1015 |
-
</div>
|
1016 |
-
|
1017 |
-
<div style="text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px;">
|
1018 |
-
<div style="font-size: 2em; margin-bottom: 10px;">📊</div>
|
1019 |
-
<h4 style="color: #667eea; margin-bottom: 10px;">Comprehensive Scoring</h4>
|
1020 |
-
<p style="color: #666; font-size: 0.9em;">Generates composite healthspan scores normalized by breed and age</p>
|
1021 |
-
</div>
|
1022 |
-
|
1023 |
-
<div style="text-align: center; padding: 20px; background: #f8f9fa; border-radius: 10px;">
|
1024 |
-
<div style="font-size: 2em; margin-bottom: 10px;">📸🎥</div>
|
1025 |
-
<h4 style="color: #667eea; margin-bottom: 10px;">Multi-Modal Input</h4>
|
1026 |
-
<p style="color: #666; font-size: 0.9em;">Both image and video analysis support upload and real-time webcam capture</p>
|
1027 |
-
</div>
|
1028 |
-
</div>
|
1029 |
-
|
1030 |
-
<div style="background: #fff3cd; border: 1px solid #ffeaa7; border-radius: 8px; padding: 15px; margin: 20px 0;">
|
1031 |
-
<p style="margin: 0; color: #856404; text-align: center;">
|
1032 |
-
<strong>⚠️ Medical Disclaimer:</strong> This tool provides educational insights only. Always consult a qualified veterinarian for professional medical advice.
|
1033 |
-
</p>
|
1034 |
-
</div>
|
1035 |
-
</div>
|
1036 |
-
""")
|
1037 |
|
1038 |
if __name__ == "__main__":
|
1039 |
demo.launch()
|
|
|
990 |
outputs=output_report
|
991 |
)
|
992 |
|
993 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
994 |
|
995 |
if __name__ == "__main__":
|
996 |
demo.launch()
|