Faisal commited on
Commit
4a7eb0f
Β·
1 Parent(s): d0e8efe

Restore GPU version - remove CPU optimizations and restore GPU-compatible dependencies

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -100,9 +100,8 @@ def process_pipeline(image, user_question):
100
 
101
  # Send MedVLM output to DeepSeek R1
102
  prompt = f"""The following is a medical AI's answer to a visual question.
103
- The answer is about having tumour or not, focus on that mostly.
104
- Keep the answer precise but more structured, and helpful for a medical professional.
105
- If possible, make a table using the details from the original answer.
106
 
107
  Original Answer:
108
  {output_text}
 
100
 
101
  # Send MedVLM output to DeepSeek R1
102
  prompt = f"""The following is a medical AI's answer to a visual question.
103
+ Keep the answer precise but structured, and helpful for a medical professional. Focus on abnormality.
104
+ make a table using the details from the original answer.
 
105
 
106
  Original Answer:
107
  {output_text}