Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,8 @@ demo = gr.ChatInterface(
|
|
114 |
examples=[
|
115 |
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
116 |
["Write a Python function to check if a number is prime."],
|
117 |
-
["
|
|
|
118 |
["Rewrite the following sentence in passive voice: 'The dog chased the cat.'"],
|
119 |
["@tts What is the capital of France?"],
|
120 |
],
|
|
|
114 |
examples=[
|
115 |
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
116 |
["Write a Python function to check if a number is prime."],
|
117 |
+
["@tts Who is Nikola Tesla?"],
|
118 |
+
["@tts What causes rainbows to form?"],
|
119 |
["Rewrite the following sentence in passive voice: 'The dog chased the cat.'"],
|
120 |
["@tts What is the capital of France?"],
|
121 |
],
|