Spaces:
Build error
Build error
Olivier-Truong
commited on
Commit
•
ec57f8f
1
Parent(s):
72b6265
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ gr.Interface(
|
|
261 |
type="filepath",
|
262 |
value="examples/female.wav",
|
263 |
),
|
264 |
-
gr.Audio(
|
265 |
type="filepath",
|
266 |
#info="Use your microphone to record audio",
|
267 |
label="Use Microphone for Reference"),
|
|
|
261 |
type="filepath",
|
262 |
value="examples/female.wav",
|
263 |
),
|
264 |
+
gr.Audio(sources=["microphone"],
|
265 |
type="filepath",
|
266 |
#info="Use your microphone to record audio",
|
267 |
label="Use Microphone for Reference"),
|