Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,19 +85,19 @@ additional_inputs=[
|
|
85 |
)
|
86 |
]
|
87 |
|
88 |
-
examples=[["
|
89 |
-
["
|
90 |
-
["
|
91 |
-
["
|
92 |
-
["
|
93 |
-
["
|
94 |
]
|
95 |
|
96 |
gr.ChatInterface(
|
97 |
fn=generate,
|
98 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
99 |
additional_inputs=additional_inputs,
|
100 |
-
title="
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
).launch(show_api=False)
|
|
|
85 |
)
|
86 |
]
|
87 |
|
88 |
+
examples=[["Can I have a sissy training task?", None, None, None, None, None, ],
|
89 |
+
["What are some ways to be androgynous in public?", None, None, None, None, None,],
|
90 |
+
["Will you please be my chastity keyholder?", None, None, None, None, None,],
|
91 |
+
["When am I next allowed to cum, mistress?", None, None, None, None, None,],
|
92 |
+
["I'm still a closet sissy. How can I start making small steps to feminize myself?", None, None, None, None, None,],
|
93 |
+
["I need motivation to eat my cum load.", None, None, None, None, None,],
|
94 |
]
|
95 |
|
96 |
gr.ChatInterface(
|
97 |
fn=generate,
|
98 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
99 |
additional_inputs=additional_inputs,
|
100 |
+
title="Mixtral-8x7B",
|
101 |
examples=examples,
|
102 |
concurrency_limit=20,
|
103 |
).launch(show_api=False)
|