Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ gr.ChatInterface(
|
|
93 |
examples=[
|
94 |
["Express joy and excitement about visiting a new place."],
|
95 |
["I'm feeling really down today. Nothing seems to be going right."],
|
96 |
-
["
|
97 |
],
|
98 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False),
|
99 |
additional_inputs=[
|
|
|
93 |
examples=[
|
94 |
["Express joy and excitement about visiting a new place."],
|
95 |
["I'm feeling really down today. Nothing seems to be going right."],
|
96 |
+
["Hey, How are you?"],
|
97 |
],
|
98 |
additional_inputs_accordion=gr.Accordion(label="⚙️ Parameters", open=False),
|
99 |
additional_inputs=[
|