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