Spaces:
Runtime error
Runtime error
Commit
·
07828b5
1
Parent(s):
2b8ec7f
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def main(audio):
|
|
94 |
gr.Interface(
|
95 |
fn=main,
|
96 |
inputs=[gr.Audio(source="upload", type="filepath"),
|
97 |
-
gr.Audio(source="microphone", type="filepath", streaming=False
|
98 |
outputs=[
|
99 |
"textbox"
|
100 |
],
|
|
|
94 |
gr.Interface(
|
95 |
fn=main,
|
96 |
inputs=[gr.Audio(source="upload", type="filepath"),
|
97 |
+
gr.Audio(source="microphone", type="filepath", streaming=False)],
|
98 |
outputs=[
|
99 |
"textbox"
|
100 |
],
|