joshieyu commited on
Commit
0a1e9ce
·
1 Parent(s): f03c7c1

Updated website description

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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="Upload an audio file to see its mel spectrogram and classification probabilities."
 
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