Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,11 +147,7 @@ chat_interface = gr.ChatInterface(
|
|
147 |
],
|
148 |
stop_btn=None,
|
149 |
examples=[
|
150 |
-
["
|
151 |
-
["Can you explain briefly to me what is the Python programming language?"],
|
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 |
|
|
|
147 |
],
|
148 |
stop_btn=None,
|
149 |
examples=[
|
150 |
+
["대한민국의 수도는?"],
|
|
|
|
|
|
|
|
|
151 |
],
|
152 |
)
|
153 |
|