Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ gr.Interface(
|
|
18 |
inputs=[
|
19 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
20 |
'state',
|
21 |
-
gr.inputs.Audio(label="Upload Audio File", type="
|
22 |
],
|
23 |
outputs=[
|
24 |
"textbox",
|
|
|
18 |
inputs=[
|
19 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
20 |
'state',
|
21 |
+
gr.inputs.Audio(label="Upload Audio File", type="numpy", source="upload")
|
22 |
],
|
23 |
outputs=[
|
24 |
"textbox",
|