Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ model_id = "ceefax/distilhubert-finetuned-gtzan"
|
|
| 9 |
pipe = pipeline("audio-classification", model=model_id)
|
| 10 |
title = "Genre Classifier"
|
| 11 |
description = "Genre classifier trained on GTZAN"
|
| 12 |
-
examples = ['
|
| 13 |
interpretation='default'
|
| 14 |
enable_queue=True
|
| 15 |
|
|
|
|
| 9 |
pipe = pipeline("audio-classification", model=model_id)
|
| 10 |
title = "Genre Classifier"
|
| 11 |
description = "Genre classifier trained on GTZAN"
|
| 12 |
+
examples = ['Fleshy.mp3', 'Kombucha.mp3']
|
| 13 |
interpretation='default'
|
| 14 |
enable_queue=True
|
| 15 |
|