Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,11 @@ chat_interface = gr.ChatInterface(
|
|
147 |
],
|
148 |
stop_btn=None,
|
149 |
examples=[
|
150 |
-
["
|
|
|
|
|
|
|
|
|
151 |
],
|
152 |
)
|
153 |
|
|
|
147 |
],
|
148 |
stop_btn=None,
|
149 |
examples=[
|
150 |
+
["Hello there! How are you doing?"],
|
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 |
|