ardneebwar commited on
Commit
51d005b
1 Parent(s): 687e724

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def classify_audio(filepath):
26
 
27
  title = "🎵 Animal Sound Classifier"
28
  description = """
29
- Animal Sound Classifier model (Fine-tuned "ntu-spml/distilhubert") | Dataset: ESC-50 from Github (only the animal sounds) | Better to use audios 5 seconds long.
30
  """
31
 
32
  filenames = ['cat.wav', 'dog.mp3', 'rooster.mp3']
 
26
 
27
  title = "🎵 Animal Sound Classifier"
28
  description = """
29
+ Animal Sound Classifier model (Fine-tuned "facebook/hubert-base-ls960") | Dataset: ESC-50 from Github (only the animal sounds) | Better to use audios 5 seconds long.
30
  """
31
 
32
  filenames = ['cat.wav', 'dog.mp3', 'rooster.mp3']