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