ardneebwar
commited on
Commit
·
2858f8a
1
Parent(s):
e25ed3d
Update app.py
Browse files
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 = ['
|
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(
|