Spaces:
Runtime error
Runtime error
Faisal
commited on
Commit
Β·
4a7eb0f
1
Parent(s):
d0e8efe
Restore GPU version - remove CPU optimizations and restore GPU-compatible dependencies
Browse files
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 |
-
|
104 |
-
|
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}
|