Update app.py
Browse files
app.py
CHANGED
|
@@ -635,7 +635,7 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
| 635 |
input_text_gr = gr.Textbox(
|
| 636 |
label="Text Prompt",
|
| 637 |
info="One or two sentences at a time is better. Up to 200 text characters.",
|
| 638 |
-
value="Hi there, I'm your new voice clone. Try your best to upload quality audio",
|
| 639 |
)
|
| 640 |
language_gr = gr.Dropdown(
|
| 641 |
label="Language",
|
|
|
|
| 635 |
input_text_gr = gr.Textbox(
|
| 636 |
label="Text Prompt",
|
| 637 |
info="One or two sentences at a time is better. Up to 200 text characters.",
|
| 638 |
+
value="Hi there, I'm your new voice clone. Try your best to upload quality audio.",
|
| 639 |
)
|
| 640 |
language_gr = gr.Dropdown(
|
| 641 |
label="Language",
|