Spaces:
Runtime error
Runtime error
Ant
commited on
Commit
•
3dc54ad
1
Parent(s):
cf8dfd0
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,6 @@ def classify_audio(filepath):
|
|
22 |
import gradio as gr
|
23 |
|
24 |
demo = gr.Interface(
|
25 |
-
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label(), gr.Number(label="Prediction time (s)")
|
26 |
)
|
27 |
demo.launch(debug=True)
|
|
|
22 |
import gradio as gr
|
23 |
|
24 |
demo = gr.Interface(
|
25 |
+
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label(), gr.Number(label="Prediction time (s)")
|
26 |
)
|
27 |
demo.launch(debug=True)
|