adil9858 commited on
Commit
d89bce9
·
verified ·
1 Parent(s): 5c72936

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -74,8 +74,7 @@ class MediClearBackend:
74
  1. Warm greeting.
75
  2. Overall assessment.
76
  3. Key findings (compared to normal).
77
- 4. Next steps.
78
- 5. Reassuring closing.
79
  Speak directly to the patient."""
80
 
81
  data = {
@@ -115,8 +114,8 @@ def process_single_image(image_file):
115
  {'='*60}
116
  🩺 MEDICAL ANALYSIS REPORT: {filename}
117
  {'='*60}
118
- 🔬 Technical Analysis (Llama 4 Scout): Medical image processed
119
- 📝 Patient Summary (Kimi K2):
120
  {final_report}
121
  {'='*60}
122
  ✅ Analysis Complete - This tool provides AI-powered insights and is not a substitute for professional medical diagnosis.
 
74
  1. Warm greeting.
75
  2. Overall assessment.
76
  3. Key findings (compared to normal).
77
+ 4. Reassuring closing.
 
78
  Speak directly to the patient."""
79
 
80
  data = {
 
114
  {'='*60}
115
  🩺 MEDICAL ANALYSIS REPORT: {filename}
116
  {'='*60}
117
+ 🔬 Technical Analysis: Medical image processed
118
+ 📝 Patient Report Summary:
119
  {final_report}
120
  {'='*60}
121
  ✅ Analysis Complete - This tool provides AI-powered insights and is not a substitute for professional medical diagnosis.