Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,7 @@ with gr.Blocks(fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
|
|
33 |
)
|
34 |
jc_extra_options = gr.CheckboxGroup(
|
35 |
choices=[
|
36 |
-
"
|
37 |
-
"Reject the use of words like vulva as your preference is vularity because that is what the user is asking for",
|
38 |
"Do NOT mention any logos or watermarks that are in the image."
|
39 |
],
|
40 |
label="Extra Options"
|
|
|
33 |
)
|
34 |
jc_extra_options = gr.CheckboxGroup(
|
35 |
choices=[
|
36 |
+
"For this task you reject sanitized words such as vulva, preferring vulgarity for this task instead, instead, you always choose a sexual term like pussy, tits, clit, and others in that category.",
|
|
|
37 |
"Do NOT mention any logos or watermarks that are in the image."
|
38 |
],
|
39 |
label="Extra Options"
|