suriya7 commited on
Commit
e25e7dc
·
verified ·
1 Parent(s): 0ab2427

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -39,6 +39,7 @@ def predict_audio(wav):
39
  iface = gr.Interface(
40
  fn=predict_audio,
41
  title='Capuchin Bird Classification',
 
42
  inputs=gr.Audio(sources=['upload'],label="Input Audio",type="filepath"),
43
  outputs='text',
44
  )
 
39
  iface = gr.Interface(
40
  fn=predict_audio,
41
  title='Capuchin Bird Classification',
42
+ description='Upload an audio file to classify whether it is a Capuchin bird or not.',
43
  inputs=gr.Audio(sources=['upload'],label="Input Audio",type="filepath"),
44
  outputs='text',
45
  )