Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,6 @@ def classify_audio(filepath):
|
|
24 |
import gradio as gr
|
25 |
|
26 |
demo = gr.Interface(
|
27 |
-
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.
|
28 |
)
|
29 |
demo.launch(debug=True)
|
|
|
24 |
import gradio as gr
|
25 |
|
26 |
demo = gr.Interface(
|
27 |
+
fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.Label()
|
28 |
)
|
29 |
demo.launch(debug=True)
|