Spaces:
Build error
Build error
Olivier-Truong
commited on
Commit
•
72b6265
1
Parent(s):
d28e8ef
Update app.py
Browse files
app.py
CHANGED
@@ -257,13 +257,13 @@ gr.Interface(
|
|
257 |
),
|
258 |
gr.Audio(
|
259 |
label="Reference Audio",
|
260 |
-
info="Click on the ✎ button to upload your own target speaker audio",
|
261 |
type="filepath",
|
262 |
value="examples/female.wav",
|
263 |
),
|
264 |
gr.Audio(source="microphone",
|
265 |
type="filepath",
|
266 |
-
info="Use your microphone to record audio",
|
267 |
label="Use Microphone for Reference"),
|
268 |
gr.Checkbox(label="Check to use Microphone as Reference",
|
269 |
value=False,
|
|
|
257 |
),
|
258 |
gr.Audio(
|
259 |
label="Reference Audio",
|
260 |
+
#info="Click on the ✎ button to upload your own target speaker audio",
|
261 |
type="filepath",
|
262 |
value="examples/female.wav",
|
263 |
),
|
264 |
gr.Audio(source="microphone",
|
265 |
type="filepath",
|
266 |
+
#info="Use your microphone to record audio",
|
267 |
label="Use Microphone for Reference"),
|
268 |
gr.Checkbox(label="Check to use Microphone as Reference",
|
269 |
value=False,
|