Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|