valtecAI-team commited on
Commit
688b492
·
verified ·
1 Parent(s): 9529037

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -338,7 +338,7 @@ def create_demo(tts_interface):
338
 
339
  speaker_dropdown = gr.Dropdown(
340
  choices=tts_interface.tts.speakers,
341
- value=tts_interface.tts.speakers[0],
342
  label="🎤 Chọn giọng đọc",
343
  info="Chọn người đọc từ danh sách"
344
  )
 
338
 
339
  speaker_dropdown = gr.Dropdown(
340
  choices=tts_interface.tts.speakers,
341
+ value="female",
342
  label="🎤 Chọn giọng đọc",
343
  info="Chọn người đọc từ danh sách"
344
  )