NoCrypt commited on
Commit
6bdadbb
1 Parent(s): 5d57342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -296,15 +296,15 @@ with app:
296
  [info_text, edge_tts_output, tts_output],
297
  )
298
  with gr.Row():
299
- examples = gr.Examples(
300
- examples_per_page=100,
301
- examples=[
302
- ["こんにちは、私の名前は初音ミクです!", "ja-JP-NanamiNeural-Female", 6],
303
- ["Hello there. My name is Hatsune Miku!","en-CA-ClaraNeural-Female", 6],
304
- ["Halo. Nama saya Hatsune Miku!","id-ID-GadisNeural-Female", 4],
305
- ["Halo. Jenengku Hatsune Miku!","jv-ID-SitiNeural-Female", 10],
306
- ],
307
- inputs=[tts_text, tts_voice, f0_key_up],
308
- )
309
 
310
  app.launch()
 
296
  [info_text, edge_tts_output, tts_output],
297
  )
298
  with gr.Row():
299
+ examples = gr.Examples(
300
+ examples_per_page=100,
301
+ examples=[
302
+ ["こんにちは、私の名前は初音ミクです!", "ja-JP-NanamiNeural-Female", 6],
303
+ ["Hello there. My name is Hatsune Miku!","en-CA-ClaraNeural-Female", 6],
304
+ ["Halo. Nama saya Hatsune Miku!","id-ID-GadisNeural-Female", 4],
305
+ ["Halo. Jenengku Hatsune Miku!","jv-ID-SitiNeural-Female", 10],
306
+ ],
307
+ inputs=[tts_text, tts_voice, f0_key_up],
308
+ )
309
 
310
  app.launch()