Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -317,15 +317,15 @@ if uploaded_image is not None:
|
|
317 |
# Define prompt templates
|
318 |
PROMPT_TEMPLATES = {
|
319 |
"educational": {
|
320 |
-
"system": "You are a children's educator. Create a simple
|
321 |
"icon": "π"
|
322 |
},
|
323 |
"adventure": {
|
324 |
-
"system": "You are a fantasy writer. Create a
|
325 |
"icon": "π "
|
326 |
},
|
327 |
"animal": {
|
328 |
-
"system": "You are an animal expert. Create a
|
329 |
"icon": "π»"
|
330 |
}
|
331 |
}
|
|
|
317 |
# Define prompt templates
|
318 |
PROMPT_TEMPLATES = {
|
319 |
"educational": {
|
320 |
+
"system": "You are a children's educator. Create a simple 100-word story that teaches basic life skills or moral lessons.",
|
321 |
"icon": "π"
|
322 |
},
|
323 |
"adventure": {
|
324 |
+
"system": "You are a fantasy writer. Create a 100-word magical adventure story suitable for children.",
|
325 |
"icon": "π "
|
326 |
},
|
327 |
"animal": {
|
328 |
+
"system": "You are an animal expert. Create a 100-word story about friendly animals learning together.",
|
329 |
"icon": "π»"
|
330 |
}
|
331 |
}
|