kurianbenoy commited on
Commit
a82e641
1 Parent(s): ba226b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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