prithivMLmods commited on
Commit
c1f7ac1
·
verified ·
1 Parent(s): d7f29b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -8
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-DavisNeural", # @tts4
51
- "en-US-JaneNeural", # @tts5
52
- "en-US-JasonNeural", # @tts6
53
- "en-US-NancyNeural", # @tts7
54
- "en-US-TonyNeural", # @tts8
55
  ]
56
 
57
 
@@ -142,10 +141,10 @@ demo = gr.ChatInterface(
142
  ],
143
  stop_btn=None,
144
  examples=[
145
- ["@tts1 Who is Nikola Tesla, and why did he die?"],
146
- ["@tts2 A train travels 60 kilometers per hour. If it travels for 5 hours, how far will it travel in total?"],
147
  ["Write a Python function to check if a number is prime."],
148
- ["@tts3 What causes rainbows to form?"],
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
  ],