Update app.py
Browse files
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)
|