pauldarvin commited on
Commit
23c74d4
·
1 Parent(s): 554b7c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -86,6 +86,8 @@ demo = gr.Interface(
86
  "telephone_speech.wav",
87
  "ringtone.wav", "animals.wav",
88
  ],
 
 
89
  )
90
 
91
  demo.launch()
 
86
  "telephone_speech.wav",
87
  "ringtone.wav", "animals.wav",
88
  ],
89
+ title="Sound Event Detection",
90
+ description="This is a demo huggingface space app for PANNs: Large-Scale Pretrained Audio Neural Networks for Audio Pattern Recognition. Please view README for more details.",
91
  )
92
 
93
  demo.launch()