Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ def inference(audio, state=""):
|
|
| 111 |
|
| 112 |
# get audio from microphone
|
| 113 |
|
| 114 |
-
gr.
|
| 115 |
fn=inference,
|
| 116 |
inputs=[
|
| 117 |
gr.inputs.Audio(source="microphone", type="filepath"),
|
|
|
|
| 111 |
|
| 112 |
# get audio from microphone
|
| 113 |
|
| 114 |
+
gr.Blocks(
|
| 115 |
fn=inference,
|
| 116 |
inputs=[
|
| 117 |
gr.inputs.Audio(source="microphone", type="filepath"),
|