fantaxy commited on
Commit
a2a181f
·
verified ·
1 Parent(s): 75a79e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -8
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
- ["Begin the erotic novel"],
51
- ["Continue the story"],
52
- ["Translate to English"],
53
- ["Write in the first-person"],
54
- ["Add more erotic details"],
55
- ["Reduce explicit content"],
56
- ["Set in feudal Japan"],
57
- ["Set in medieval Europe"],
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,