TDN-M commited on
Commit
2053e1d
·
verified ·
1 Parent(s): b085276

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,7 +148,7 @@ def predict(prompt, language, audio_file_pth, normalize_text=True):
148
  return "output.wav", metrics_text
149
 
150
 
151
- title = "viXTTS Demo"
152
 
153
  with gr.Blocks(analytics_enabled=False) as demo:
154
  with gr.Row():
@@ -162,7 +162,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
162
  input_text_gr = gr.Textbox(
163
  label="Text Prompt",
164
  info="One or two sentences at a time is better. Up to 200 text characters.",
165
- value="Xin chào, tôi một hình chuyển đổi văn bản thành giọng nói tiếng Việt",
166
  )
167
  language_gr = gr.Dropdown(
168
  label="Language",
 
148
  return "output.wav", metrics_text
149
 
150
 
151
+ title = "Phòng Thu VMC"
152
 
153
  with gr.Blocks(analytics_enabled=False) as demo:
154
  with gr.Row():
 
162
  input_text_gr = gr.Textbox(
163
  label="Text Prompt",
164
  info="One or two sentences at a time is better. Up to 200 text characters.",
165
+ value="Xin chào, hãy nhập nội dung cần thu âm vào đây",
166
  )
167
  language_gr = gr.Dropdown(
168
  label="Language",