Fabrice-TIERCELIN commited on
Commit
a04e4dc
ยท
verified ยท
1 Parent(s): a9a0370

Better improvements

Browse files
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -221,19 +221,19 @@ Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">TTS</a>, wh
221
  label="Language",
222
  info="Select an output language for the synthesised speech",
223
  choices=[
224
- ["Arabic", "ar"],
225
- ["Brazilian Portuguese", "pt"],
226
- ["Mandarin Chinese", "zh-cn"],
227
- ["Czech", "cs"],
228
- ["Dutch", "nl"],
229
- ["English", "en"],
230
- ["French", "fr"],
231
- ["German", "de"],
232
- ["Italian", "it"],
233
- ["Polish", "pl"],
234
- ["Russian", "ru"],
235
- ["Spanish", "es"],
236
- ["Turkish", "tr"]
237
  ],
238
  max_choices=1,
239
  value="en",
@@ -247,7 +247,7 @@ Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">TTS</a>, wh
247
  elem_id = "gender-id",
248
  )
249
  audio_file_pth = gr.Audio(
250
- label="Reference Audio",
251
  #info="Click on the โœŽ button to upload your own target speaker audio",
252
  type="filepath",
253
  value=None,
@@ -306,7 +306,7 @@ Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">TTS</a>, wh
306
  elem_id = "submit-id"
307
  )
308
 
309
- warning = gr.HTML(value = "<center><big>Your computer must <u>not</u> enter into standby mode. On Chrome, you can force to keep a tab alive in <code>chrome://discards/</code></big></center>", visible = False)
310
 
311
  synthesised_audio_1 = gr.Audio(
312
  label="Synthesised Audio #1",
 
221
  label="Language",
222
  info="Select an output language for the synthesised speech",
223
  choices=[
224
+ ["โ˜ช Arabic", "ar"],
225
+ ["๐Ÿ‡ง๐Ÿ‡ท Brazilian Portuguese", "pt"],
226
+ ["๐Ÿ‡จ๐Ÿ‡ณ Mandarin Chinese", "zh-cn"],
227
+ ["๐Ÿ‡จ๐Ÿ‡ฟ Czech", "cs"],
228
+ ["๐Ÿ‡ณ๐Ÿ‡ฑ Dutch", "nl"],
229
+ ["๐Ÿ‡ฌ๐Ÿ‡ง English", "en"],
230
+ ["๐Ÿ‡ซ๐Ÿ‡ท French", "fr"],
231
+ ["๐Ÿ‡ฉ๐Ÿ‡ช German", "de"],
232
+ ["๐Ÿ‡ฎ๐Ÿ‡น Italian", "it"],
233
+ ["๐Ÿ‡ต๐Ÿ‡ฑ Polish", "pl"],
234
+ ["๐Ÿ‡ท๐Ÿ‡บ Russian", "ru"],
235
+ ["๐Ÿ‡ช๐Ÿ‡ธ Spanish", "es"],
236
+ ["๐Ÿ‡น๐Ÿ‡ท Turkish", "tr"]
237
  ],
238
  max_choices=1,
239
  value="en",
 
247
  elem_id = "gender-id",
248
  )
249
  audio_file_pth = gr.Audio(
250
+ label="Reference Audio (10 min. seems ideal)",
251
  #info="Click on the โœŽ button to upload your own target speaker audio",
252
  type="filepath",
253
  value=None,
 
306
  elem_id = "submit-id"
307
  )
308
 
309
+ warning = gr.HTML(value = "<center><span style='color: red;''>Your computer must not enter into standby mode.</span> On Chrome, you can force to keep a tab alive in <code>chrome://discards/</code> The generation time may vary on the number of characters.</center>", visible = False)
310
 
311
  synthesised_audio_1 = gr.Audio(
312
  label="Synthesised Audio #1",