Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
updated examples
Browse files
app.py
CHANGED
@@ -181,6 +181,15 @@ examples = [
|
|
181 |
[
|
182 |
"Write a COBOL function to reverse a string"
|
183 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
[
|
185 |
"Como sair de um helicóptero que caiu na água?"
|
186 |
],
|
@@ -196,6 +205,10 @@ examples = [
|
|
196 |
[
|
197 |
"Explique la théorie de la relativité en français"
|
198 |
],
|
|
|
|
|
|
|
|
|
199 |
]
|
200 |
|
201 |
demo = gr.ChatInterface(
|
|
|
181 |
[
|
182 |
"Write a COBOL function to reverse a string"
|
183 |
],
|
184 |
+
[
|
185 |
+
"Twenty-four red socks and 24 blue socks are lying in a drawer in a dark room. What is the minimum number of socks I must take out of the drawer which will guarantee that I have at least two socks of the same color?"
|
186 |
+
],
|
187 |
+
[
|
188 |
+
"A man dies of old age on his 25 birthday. How is this possible?"
|
189 |
+
],
|
190 |
+
[
|
191 |
+
"You are running a race and overtake the person at position 76487423. What place are you in now?"
|
192 |
+
],
|
193 |
[
|
194 |
"Como sair de um helicóptero que caiu na água?"
|
195 |
],
|
|
|
205 |
[
|
206 |
"Explique la théorie de la relativité en français"
|
207 |
],
|
208 |
+
[
|
209 |
+
"A man walks into a bar and asks the bartender for a glass of water. The bartender pulls out a gun instead. The man says 'thank you' and leaves. Why?"
|
210 |
+
]
|
211 |
+
|
212 |
]
|
213 |
|
214 |
demo = gr.ChatInterface(
|