dpv007 commited on
Commit
df032fb
·
verified ·
1 Parent(s): 9301350

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ GCS_CREDENTIALS_FILE = "gcs-credentials.json"
52
  DEFAULT_VLM_PROMPT = (
53
  "From the provided face/eye images, compute the required screening features "
54
  "(pallor, sclera yellowness, redness, mobility metrics, quality checks) "
55
- "and output a clean JSON feature vector only."
56
  )
57
 
58
  LLM_SYSTEM_PROMPT = (
 
52
  DEFAULT_VLM_PROMPT = (
53
  "From the provided face/eye images, compute the required screening features "
54
  "(pallor, sclera yellowness, redness, mobility metrics, quality checks) "
55
+ "and output a clean JSON feature vector only and the values should be confidence scores."
56
  )
57
 
58
  LLM_SYSTEM_PROMPT = (