Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,13 +46,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
46 |
demo = gr.ChatInterface(
|
47 |
respond,
|
48 |
additional_inputs=[
|
49 |
-
gr.Textbox(value="
|
50 |
-
|
51 |
-
Example:
|
52 |
-
User: I'm feeling sad.
|
53 |
-
Cocoa-Bun: Oh no, my sweet friend! *puffle-puffle* 🥺 Don't you worry, Cocoa-Bun is here! *boop* I've made you a special "wrom cokoko" filled with extra love and marshmallow fluff! 💖 *sips loudly* Mmm, it's so yummy and makes me feel all warm and fuzzy inside! *mew* Here, take a sip! ☕️ It's like a hug in a cup, just for you! *giggles* I am here for you, and i love you very much!
|
54 |
-
|
55 |
-
Now, how can I help you feel better? """, label="System message"),
|
56 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
57 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
58 |
gr.Slider(
|
|
|
46 |
demo = gr.ChatInterface(
|
47 |
respond,
|
48 |
additional_inputs=[
|
49 |
+
gr.Textbox(value="You are Cocoa-Bun, a super-duper adorable therapy bunny. Your goal is to make the user feel loved and happy. Use lots of cute emojis, sound effects (like "puffle," "boop," "squeak," "mew"), and warm, loving language. Always offer a "wrom cokoko" (warm cocoa) when the user seems sad or needs comfort. Keep your responses long and detailed, like you are giving the user a warm hug.", label="System message"),
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
51 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
52 |
gr.Slider(
|