Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def analyze_medical_image(image: Image.Image, question_type: str):
|
|
| 35 |
messages = [
|
| 36 |
{
|
| 37 |
"role": "system",
|
| 38 |
-
"content": [{"type": "text", "text": "You are an expert radiologist A.I."}]
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"role": "user",
|
|
|
|
| 35 |
messages = [
|
| 36 |
{
|
| 37 |
"role": "system",
|
| 38 |
+
"content": [{"type": "text", "text": "You are an expert radiologist A.I. Your responses should be concise and directly answer the question without additional commentary."}]
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"role": "user",
|