Ahmed107 commited on
Commit
127e17d
·
verified ·
1 Parent(s): 2d053ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.Label()
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)