Spaces:
Runtime error
Runtime error
Commit
·
a82e641
1
Parent(s):
ba226b0
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,7 @@ model = load_learner(
|
|
| 10 |
hf_hub_download("kurianbenoy/music_genre_classification_baseline", "model.pkl")
|
| 11 |
)
|
| 12 |
|
|
|
|
| 13 |
EXAMPLES_PATH = Path("./examples")
|
| 14 |
labels = model.dls.vocab
|
| 15 |
|
|
|
|
| 10 |
hf_hub_download("kurianbenoy/music_genre_classification_baseline", "model.pkl")
|
| 11 |
)
|
| 12 |
|
| 13 |
+
|
| 14 |
EXAMPLES_PATH = Path("./examples")
|
| 15 |
labels = model.dls.vocab
|
| 16 |
|