Update app.py
Browse files
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 = "
|
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,
|
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",
|