Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -47,11 +47,10 @@ voices = [
|
|
47 |
"en-US-JennyNeural", # @tts1
|
48 |
"en-US-GuyNeural", # @tts2
|
49 |
"en-US-AriaNeural", # @tts3
|
50 |
-
"en-US-
|
51 |
-
"en-US-
|
52 |
-
"en-US-
|
53 |
-
"en-US-
|
54 |
-
"en-US-TonyNeural", # @tts8
|
55 |
]
|
56 |
|
57 |
|
@@ -142,10 +141,10 @@ demo = gr.ChatInterface(
|
|
142 |
],
|
143 |
stop_btn=None,
|
144 |
examples=[
|
145 |
-
["@
|
146 |
-
["
|
147 |
["Write a Python function to check if a number is prime."],
|
148 |
-
["@
|
149 |
["Rewrite the following sentence in passive voice: 'The dog chased the cat.'"],
|
150 |
["@tts4 What is the capital of France?"],
|
151 |
],
|
|
|
47 |
"en-US-JennyNeural", # @tts1
|
48 |
"en-US-GuyNeural", # @tts2
|
49 |
"en-US-AriaNeural", # @tts3
|
50 |
+
"en-US-JaneNeural", # @tts4
|
51 |
+
"en-US-JasonNeural", # @tts5
|
52 |
+
"en-US-NancyNeural", # @tts6
|
53 |
+
"en-US-TonyNeural", # @tts7
|
|
|
54 |
]
|
55 |
|
56 |
|
|
|
141 |
],
|
142 |
stop_btn=None,
|
143 |
examples=[
|
144 |
+
["@tts7 Who is Nikola Tesla, and why did he die?"],
|
145 |
+
["A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
|
146 |
["Write a Python function to check if a number is prime."],
|
147 |
+
["@tts6 What causes rainbows to form?"],
|
148 |
["Rewrite the following sentence in passive voice: 'The dog chased the cat.'"],
|
149 |
["@tts4 What is the capital of France?"],
|
150 |
],
|