dlflannery commited on
Commit
2f3fad7
·
verified ·
1 Parent(s): 62faa72

Update app.py

Browse files

image analysis detail to “high”

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -442,7 +442,7 @@ def analyze_image(user, model):
442
  "type": "image_url",
443
  "image_url": {
444
  "url": f"data:image/jpeg;base64,{base64_image}",
445
- "detail": "low"
446
  }
447
  }
448
  ]
 
442
  "type": "image_url",
443
  "image_url": {
444
  "url": f"data:image/jpeg;base64,{base64_image}",
445
+ "detail": "high"
446
  }
447
  }
448
  ]