bvallegc commited on
Commit
e1b519a
·
1 Parent(s): 1eada99

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,6 +37,6 @@ interface_options = {
37
  }
38
 
39
  demo = Interface(
40
- fn=classify_audio, inputs= Audio(type="filepath"), outputs=[Label(), Number()], **interface_options
41
  )
42
  demo.launch(debug=False)
 
37
  }
38
 
39
  demo = Interface(
40
+ fn=classify_audio, inputs= Audio(type="filepath", examples=examples), outputs=[Label(), Number()], **interface_options
41
  )
42
  demo.launch(debug=False)