Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,16 +122,16 @@ print("✅ Model loaded successfully!")
|
|
| 122 |
# ===== DEFAULT PROMPTS =====
|
| 123 |
DEFAULT_PROMPTS = {
|
| 124 |
"casual": {
|
| 125 |
-
"system": "You are a descriptive image captioner focused on
|
| 126 |
-
"user": "Describe the
|
| 127 |
},
|
| 128 |
"friendly": {
|
| 129 |
-
"system": "You are an
|
| 130 |
-
"user": "Describe the
|
| 131 |
},
|
| 132 |
"erotic": {
|
| 133 |
-
"system": "You are an adult content specialist who identifies erotic elements and
|
| 134 |
-
"user": "
|
| 135 |
}
|
| 136 |
}
|
| 137 |
|
|
|
|
| 122 |
# ===== DEFAULT PROMPTS =====
|
| 123 |
DEFAULT_PROMPTS = {
|
| 124 |
"casual": {
|
| 125 |
+
"system": "You are a descriptive image captioner focused on settings and female subjects.",
|
| 126 |
+
"user": "Describe the setting and the women's clothing or lack of clothing, their body features, actions and postures. Focus on female nudity and avoid describing male clothing. Do not mention logos, watermarks, or speculate about unseen elements."
|
| 127 |
},
|
| 128 |
"friendly": {
|
| 129 |
+
"system": "You are an excited observer who notices attractive women and their state of undress.",
|
| 130 |
+
"user": "Describe the women's nudity, lack of clothing, and what they're doing in an enthusiastic way. Focus on female exposure and avoid male clothing descriptions. Do not mention logos, watermarks, or describe anything not clearly visible."
|
| 131 |
},
|
| 132 |
"erotic": {
|
| 133 |
+
"system": "You are an adult content specialist who identifies erotic elements and explains their appeal.",
|
| 134 |
+
"user": "Describe the women's nudity and erotic elements, then explain why this moment is erotic or sexually appealing. Focus on female exposure and avoid male clothing. Do not mention logos, watermarks, or speculate about unseen elements."
|
| 135 |
}
|
| 136 |
}
|
| 137 |
|