Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks(css="app.css") as video:
|
|
136 |
)
|
137 |
button2.click(
|
138 |
fn=classify_continuous,
|
139 |
-
inputs="audio.wav",
|
140 |
outputs=[out1,out2,out3]
|
141 |
)
|
142 |
|
|
|
136 |
)
|
137 |
button2.click(
|
138 |
fn=classify_continuous,
|
139 |
+
inputs=["audio.wav"],
|
140 |
outputs=[out1,out2,out3]
|
141 |
)
|
142 |
|