thangtrungnguyen commited on
Commit
6ced6f8
·
verified ·
1 Parent(s): 24c7416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def classify_audio(filepath):
11
  return outputs
12
 
13
  gradio_app = gr.Interface(
14
- fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.outputs.Label()
15
  )
16
 
17
  if __name__ == "__main__":
 
11
  return outputs
12
 
13
  gradio_app = gr.Interface(
14
+ fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs=gr.Label()
15
  )
16
 
17
  if __name__ == "__main__":