Spaces:
Paused
Paused
updated
Browse files
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)
|