drvikasgaur commited on
Commit
9c8942d
·
verified ·
1 Parent(s): ed1712c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",