ceefax commited on
Commit
032c3b9
1 Parent(s): 64384d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ['Chillbo Swaggins.mp3', 'Fleshy.mp3', 'Kombucha.mp3']
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