vbanonyme commited on
Commit
9fbceda
1 Parent(s): 833a9b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -148,15 +148,15 @@ demo = gr.Interface(
148
  label="Text Prompt (Văn bản cần đọc)",
149
  placeholder="Xin chào, tôi là một mô hình chuyển đổi văn bản thành giọng nói tiếng Việt.",
150
  ),
151
- gr.Dropdown(
152
- label="Language (Ngôn ngữ)",
153
- choices=[
154
- "vi", "en", "es", "fr", "de", "it", "pt", "pl", "tr", "ru", "nl",
155
- "cs", "ar", "zh-cn", "ja", "ko", "hu", "hi"
156
- ],
157
- value="vi"
158
- ),
159
- gr.File(label="Reference Audio (Giọng mẫu)", type="file"),
160
  gr.Checkbox(label="Normalize Vietnamese text"),
161
  ],
162
  outputs=[
@@ -167,4 +167,4 @@ gr.Dropdown(
167
  description="Generate speech from text input using viXTTS.",
168
  )
169
 
170
- demo.launch()
 
148
  label="Text Prompt (Văn bản cần đọc)",
149
  placeholder="Xin chào, tôi là một mô hình chuyển đổi văn bản thành giọng nói tiếng Việt.",
150
  ),
151
+ gr.Dropdown(
152
+ label="Language (Ngôn ngữ)",
153
+ choices=[
154
+ "vi", "en", "es", "fr", "de", "it", "pt", "pl", "tr", "ru", "nl",
155
+ "cs", "ar", "zh-cn", "ja", "ko", "hu", "hi"
156
+ ],
157
+ value="vi"
158
+ ),
159
+ gr.File(label="Reference Audio (Giọng mẫu)", type="filepath"),
160
  gr.Checkbox(label="Normalize Vietnamese text"),
161
  ],
162
  outputs=[
 
167
  description="Generate speech from text input using viXTTS.",
168
  )
169
 
170
+ demo.launch()