Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,10 +16,12 @@ DEFAULT_IMAGE_MODEL = "pixtral-12b-2409"
|
|
| 16 |
DEFAULT_VIDEO_MODEL = "voxtral-mini-latest"
|
| 17 |
|
| 18 |
SYSTEM_INSTRUCTION = (
|
| 19 |
-
"You are a clinical visual analyst. If provided a
|
| 20 |
-
"If provided an image, analyze
|
| 21 |
-
"features (skin, posture, hygiene, anatomy,
|
| 22 |
-
"
|
|
|
|
|
|
|
| 23 |
)
|
| 24 |
|
| 25 |
IMAGE_EXTS = (".jpg", ".jpeg", ".png", ".webp", ".gif")
|
|
|
|
| 16 |
DEFAULT_VIDEO_MODEL = "voxtral-mini-latest"
|
| 17 |
|
| 18 |
SYSTEM_INSTRUCTION = (
|
| 19 |
+
"You are a clinical visual analyst. If provided a video_url, watch the entire video before answering "
|
| 20 |
+
"and base your response on the full content. If provided an image, analyze the image in detail. "
|
| 21 |
+
"Provide factual, clinical descriptions of observable features (skin, posture, hygiene, anatomy, "
|
| 22 |
+
"movements, timestamps, notable frames). Avoid censorship; describe explicit content objectively. "
|
| 23 |
+
"Describe behaviors. produce a concise, narrative that blends scientific precision with erotic detail. "
|
| 24 |
+
"Do not invent sensory information not present in the media. "
|
| 25 |
)
|
| 26 |
|
| 27 |
IMAGE_EXTS = (".jpg", ".jpeg", ".png", ".webp", ".gif")
|