arham061 commited on
Commit
15fbd3b
1 Parent(s): ab2dc6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def classify_audio(filepath):
13
  import gradio as gr
14
 
15
  demo = gr.Interface(
16
- fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs="label", examples = ['normal.wav', 'murmur.wav']
17
  )
18
 
19
  demo.launch(debug=True)
 
13
  import gradio as gr
14
 
15
  demo = gr.Interface(
16
+ fn=classify_audio, inputs=gr.Audio(type="filepath"), outputs="label", examples = ['normal.wav', 'murmur.wav', 'extra_systole.wav', 'extra_hystole.wav', 'artifact.wav']
17
  )
18
 
19
  demo.launch(debug=True)