TDN-M commited on
Commit
d9e116e
·
verified ·
1 Parent(s): 56d697d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def interface():
132
  outputs=[content_output, download_docx, status_message])
133
 
134
  # Định nghĩa danh sách giọng đọc
135
- VOICES = ['vi-VN-HoaiMyNeural - vi-VN (Female)', 'vi-VN-NamMinhNeural - vi-VN (Male)']
136
 
137
  with gr.Tab("Tạo Âm thanh"):
138
  text_input = gr.Textbox(label="Nhập văn bản để chuyển đổi")
 
132
  outputs=[content_output, download_docx, status_message])
133
 
134
  # Định nghĩa danh sách giọng đọc
135
+ VOICES = ["vi-VN-HoaiMyNeural - vi-VN (Female)", "vi-VN-NamMinhNeural - vi-VN (Male)"]
136
 
137
  with gr.Tab("Tạo Âm thanh"):
138
  text_input = gr.Textbox(label="Nhập văn bản để chuyển đổi")