Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -204,7 +204,7 @@ examples = [
|
|
| 204 |
],
|
| 205 |
[
|
| 206 |
"How many months have 28 days?"
|
| 207 |
-
]
|
| 208 |
[
|
| 209 |
"How do I implement a binary search tree?"
|
| 210 |
],
|
|
@@ -214,7 +214,6 @@ examples = [
|
|
| 214 |
[
|
| 215 |
"Write a COBOL function to reverse a string"
|
| 216 |
]
|
| 217 |
-
|
| 218 |
]
|
| 219 |
|
| 220 |
demo = gr.ChatInterface(
|
|
|
|
| 204 |
],
|
| 205 |
[
|
| 206 |
"How many months have 28 days?"
|
| 207 |
+
],
|
| 208 |
[
|
| 209 |
"How do I implement a binary search tree?"
|
| 210 |
],
|
|
|
|
| 214 |
[
|
| 215 |
"Write a COBOL function to reverse a string"
|
| 216 |
]
|
|
|
|
| 217 |
]
|
| 218 |
|
| 219 |
demo = gr.ChatInterface(
|