Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -116,11 +116,10 @@ chat_interface = gr.ChatInterface(
|
|
116 |
],
|
117 |
stop_btn=None,
|
118 |
examples=[
|
119 |
-
["
|
120 |
["Can you explain briefly to me what is the Python programming language?"],
|
121 |
-
["Explain the plot of Cinderella in a sentence."],
|
122 |
["日本の桜の季節について教えてください。"],
|
123 |
-
["
|
124 |
],
|
125 |
cache_examples=False,
|
126 |
type="messages",
|
|
|
116 |
],
|
117 |
stop_btn=None,
|
118 |
examples=[
|
119 |
+
["How much wood would a woodchuck chuck if a woodchuck could chuck wood?"],
|
120 |
["Can you explain briefly to me what is the Python programming language?"],
|
|
|
121 |
["日本の桜の季節について教えてください。"],
|
122 |
+
["あなたの AI について俳句を書いていただけますか?"],
|
123 |
],
|
124 |
cache_examples=False,
|
125 |
type="messages",
|