Gyaneshere commited on
Commit
0c0078e
·
verified ·
1 Parent(s): 8027a8b
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
 
 
2
 
3
  model_id = "Gyaneshere/distilhubert-finetuned-gtzan"
4
  pipe = pipeline("audio-classification", model=model_id)
 
1
  import gradio as gr
2
+ from transformers import pipeline
3
+
4
 
5
  model_id = "Gyaneshere/distilhubert-finetuned-gtzan"
6
  pipe = pipeline("audio-classification", model=model_id)