ardneebwar commited on
Commit
2858f8a
·
1 Parent(s): e25ed3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ description = """
29
  Animal Sound Classifier model (Fine-tuned "ntu-spml/distilhubert") Dataset: ESC-50 from Github (only the animal sounds)
30
  """
31
 
32
- filenames = ['dog.wav', 'cat.wav', 'cow.wav']
33
  filenames = [f"./{f}" for f in filenames]
34
 
35
  demo = gr.Interface(
 
29
  Animal Sound Classifier model (Fine-tuned "ntu-spml/distilhubert") Dataset: ESC-50 from Github (only the animal sounds)
30
  """
31
 
32
+ filenames = ['cat.wav']
33
  filenames = [f"./{f}" for f in filenames]
34
 
35
  demo = gr.Interface(