Spaces:
Runtime error
Runtime error
aar2dee2
commited on
Commit
·
3643b21
1
Parent(s):
f164ce2
remove unused args
Browse files
app.py
CHANGED
@@ -125,9 +125,5 @@ demo = gr.Interface(fn=main, inputs=gr.Audio(
|
|
125 |
source="microphone",
|
126 |
type="filepath",
|
127 |
interactive=True,
|
128 |
-
|
129 |
-
), outputs=gr.Audio(
|
130 |
-
autoplay=True,
|
131 |
-
format="wav",
|
132 |
-
))
|
133 |
demo.launch()
|
|
|
125 |
source="microphone",
|
126 |
type="filepath",
|
127 |
interactive=True,
|
128 |
+
), outputs=gr.Audio())
|
|
|
|
|
|
|
|
|
129 |
demo.launch()
|