Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,8 +184,6 @@ demo = gr.ChatInterface(
|
|
| 184 |
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
| 185 |
["Write a Python function to check if a number is prime."],
|
| 186 |
["@tts2 What causes rainbows to form?"],
|
| 187 |
-
["Rewrite the following sentence in passive voice: 'The dog chased the cat.'"],
|
| 188 |
-
["@tts5 What is the capital of France?"],
|
| 189 |
],
|
| 190 |
cache_examples=False,
|
| 191 |
type="messages",
|
|
|
|
| 184 |
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
| 185 |
["Write a Python function to check if a number is prime."],
|
| 186 |
["@tts2 What causes rainbows to form?"],
|
|
|
|
|
|
|
| 187 |
],
|
| 188 |
cache_examples=False,
|
| 189 |
type="messages",
|