Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -152,6 +152,7 @@ chat_interface = gr.ChatInterface(
|
|
152 |
["Explain the plot of Cinderella in a sentence."],
|
153 |
["How many hours does it take a man to eat a Helicopter?"],
|
154 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
|
|
155 |
],
|
156 |
)
|
157 |
|
|
|
152 |
["Explain the plot of Cinderella in a sentence."],
|
153 |
["How many hours does it take a man to eat a Helicopter?"],
|
154 |
["Write a 100-word article on 'Benefits of Open-Source in AI research'"],
|
155 |
+
["대한민국의 수도는?"]
|
156 |
],
|
157 |
)
|
158 |
|