lewtun HF Staff commited on
Commit
c30506b
·
1 Parent(s): ee29f3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import librosa
3
  from transformers import pipeline
4
 
5
- pipe = pipeline("audio-classification", model="lewtun/distilhubert-finetuned-gtzan-og")
6
 
7
 
8
  def classify_audio(filepath):
 
2
  import librosa
3
  from transformers import pipeline
4
 
5
+ pipe = pipeline("audio-classification", model="lewtun/distilhubert-finetuned-gtzan")
6
 
7
 
8
  def classify_audio(filepath):