Vaibhav Srivastav
commited on
Commit
·
e0c1684
1
Parent(s):
0dfedcd
up
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ gr.Interface(
|
|
| 65 |
gr.Textbox(
|
| 66 |
label="Text Prompt",
|
| 67 |
info="One or two sentences at a time is better",
|
| 68 |
-
|
| 69 |
),
|
| 70 |
gr.Dropdown(
|
| 71 |
label="Language",
|
|
@@ -92,7 +92,7 @@ gr.Interface(
|
|
| 92 |
label="Reference Audio",
|
| 93 |
info="Click on the ✎ button to upload your own target speaker audio",
|
| 94 |
type="filepath",
|
| 95 |
-
value="examples/
|
| 96 |
),
|
| 97 |
],
|
| 98 |
outputs=[
|
|
|
|
| 65 |
gr.Textbox(
|
| 66 |
label="Text Prompt",
|
| 67 |
info="One or two sentences at a time is better",
|
| 68 |
+
value="It took me quite a long time to develop a voice, and now that I have it I'm not going to be silent.",
|
| 69 |
),
|
| 70 |
gr.Dropdown(
|
| 71 |
label="Language",
|
|
|
|
| 92 |
label="Reference Audio",
|
| 93 |
info="Click on the ✎ button to upload your own target speaker audio",
|
| 94 |
type="filepath",
|
| 95 |
+
value="examples/female.wav",
|
| 96 |
),
|
| 97 |
],
|
| 98 |
outputs=[
|