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