Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ filenames = [[f"./{f}"] for f in filenames]
|
|
46 |
demo = gr.Interface(
|
47 |
fn=classify_audio,
|
48 |
inputs=gr.Audio(type="filepath"),
|
49 |
-
outputs=[gr.outputs.Label("
|
50 |
gr.Number(label="Prediction time (s)")
|
51 |
],
|
52 |
title=title,
|
|
|
46 |
demo = gr.Interface(
|
47 |
fn=classify_audio,
|
48 |
inputs=gr.Audio(type="filepath"),
|
49 |
+
outputs=[gr.outputs.Label(label="Predictions"),
|
50 |
gr.Number(label="Prediction time (s)")
|
51 |
],
|
52 |
title=title,
|