Upload app.py with huggingface_hub
Browse files
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=
|
| 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 |
)
|