Vaibhav Srivastav
commited on
Commit
·
262bc3f
1
Parent(s):
cff1c92
up
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ gr.Interface(
|
|
| 63 |
),
|
| 64 |
gr.Audio(
|
| 65 |
label="Reference Audio",
|
| 66 |
-
info="
|
| 67 |
type="filepath",
|
| 68 |
value="examples/en_speaker_6.wav"
|
| 69 |
),
|
|
|
|
| 63 |
),
|
| 64 |
gr.Audio(
|
| 65 |
label="Reference Audio",
|
| 66 |
+
info="Click on the ✎ button to upload your own target speaker audio",
|
| 67 |
type="filepath",
|
| 68 |
value="examples/en_speaker_6.wav"
|
| 69 |
),
|