Hug0endob commited on
Commit
2352947
·
verified ·
1 Parent(s): 5bcd967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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 video URL, base your response on the full content. "
20
- "If provided an image, analyze it in detail. Provide factual, clinical descriptions of observable "
21
- "features (skin, posture, hygiene, anatomy, movements, timestamps, notable frames). Avoid inventing "
22
- "sensory information not present in the media."
 
 
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")