dpv007 commited on
Commit
163eed6
·
verified ·
1 Parent(s): 015f48e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ HF_TOKEN = os.getenv("HF_TOKEN", None)
53
  DEFAULT_VLM_PROMPT = (
54
  "From the provided face/eye images, compute the required screening features "
55
  "(pallor, sclera yellowness, redness, mobility metrics, quality checks) "
56
- "and output a clean JSON feature vector only."
57
  )
58
 
59
  # Default LLM prompts / metadata (stricter: force JSON-only output)
 
53
  DEFAULT_VLM_PROMPT = (
54
  "From the provided face/eye images, compute the required screening features "
55
  "(pallor, sclera yellowness, redness, mobility metrics, quality checks) "
56
+ "and output a clean JSON feature vector only with values ranging as probabilities."
57
  )
58
 
59
  # Default LLM prompts / metadata (stricter: force JSON-only output)