Spaces:
Sleeping
Sleeping
Updated website description
Browse files
app.py
CHANGED
|
@@ -58,7 +58,8 @@ interface = gr.Interface(
|
|
| 58 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
| 59 |
outputs=[gr.Image(type="filepath", label="Mel Spectrogram"), gr.JSON(label="Class Probabilities")],
|
| 60 |
title="Audio Classification with Mel Spectrogram",
|
| 61 |
-
description=
|
|
|
|
| 62 |
)
|
| 63 |
|
| 64 |
# Launch the interface
|
|
|
|
| 58 |
inputs=gr.Audio(sources="upload", type="filepath"),
|
| 59 |
outputs=[gr.Image(type="filepath", label="Mel Spectrogram"), gr.JSON(label="Class Probabilities")],
|
| 60 |
title="Audio Classification with Mel Spectrogram",
|
| 61 |
+
description=
|
| 62 |
+
"Upload an audio file to see its mel spectrogram and classification probabilities. Currently supports acoustic guitar, electric guitar, bass, synth lead, and synth pad."
|
| 63 |
)
|
| 64 |
|
| 65 |
# Launch the interface
|