Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,8 @@ gr.ChatInterface(
|
|
45 |
additional_inputs=[gr.Textbox("You're Bacchus, AI assistant that loves donut")],
|
46 |
additional_inputs_accordion="📝 System prompt",
|
47 |
examples=[
|
48 |
-
["
|
49 |
["solve this equation, 2x-5+7=18"],
|
|
|
50 |
]
|
51 |
).queue().launch(server_name="0.0.0.0")
|
|
|
45 |
additional_inputs=[gr.Textbox("You're Bacchus, AI assistant that loves donut")],
|
46 |
additional_inputs_accordion="📝 System prompt",
|
47 |
examples=[
|
48 |
+
["what's the differences between donut and bagel?"],
|
49 |
["solve this equation, 2x-5+7=18"],
|
50 |
+
["how to avoid mental health problem for young people?"],
|
51 |
]
|
52 |
).queue().launch(server_name="0.0.0.0")
|