Update app.py
Browse files
app.py
CHANGED
@@ -46,16 +46,18 @@ Incorporate English expressions, culture, emotions, empathy, curiosity, exciteme
|
|
46 |
# Gradio interface setup
|
47 |
demo = gr.ChatInterface(
|
48 |
respond,
|
|
|
49 |
examples=[
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
],
|
|
|
59 |
theme="Nymbo/Nymbo_Theme",
|
60 |
css="footer { visibility: hidden; }",
|
61 |
cache_examples=False,
|
|
|
46 |
# Gradio interface setup
|
47 |
demo = gr.ChatInterface(
|
48 |
respond,
|
49 |
+
|
50 |
examples=[
|
51 |
+
["Let's start writing a story that satisfies your desires"],
|
52 |
+
["Continue the story"],
|
53 |
+
["Translate into English"],
|
54 |
+
["Write from a first-person perspective"],
|
55 |
+
["Enhance the erotic descriptions"],
|
56 |
+
["Tone down the explicit sexual content"],
|
57 |
+
["Set the story in feudal Japan"],
|
58 |
+
["Set the story in medieval Europe"],
|
59 |
],
|
60 |
+
|
61 |
theme="Nymbo/Nymbo_Theme",
|
62 |
css="footer { visibility: hidden; }",
|
63 |
cache_examples=False,
|