Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -118,8 +118,7 @@ def generate_tags_and_description(prompt, gender_option, top_cat, sub_cat, speci
|
|
118 |
"for AI generation prompts. Focus on the details provided, incorporate them into a cohesive narrative, "
|
119 |
"and follow these rules:\n\n"
|
120 |
f"{rule_text}\n\n"
|
121 |
-
"When you respond, do not exceed six sentences or less than three sentences.
|
122 |
-
Return your final text in English in the format of "tags \n Nature Language description".\n"
|
123 |
)
|
124 |
|
125 |
# Chat
|
|
|
118 |
"for AI generation prompts. Focus on the details provided, incorporate them into a cohesive narrative, "
|
119 |
"and follow these rules:\n\n"
|
120 |
f"{rule_text}\n\n"
|
121 |
+
"When you respond, do not exceed six sentences or less than three sentences. Return your final text in English in the format of (tags \n Nature Language description).\n"
|
|
|
122 |
)
|
123 |
|
124 |
# Chat
|