bvallegc commited on
Commit
ae21422
·
1 Parent(s): b21a85d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio
3
  from gradio import Interface, Audio, Label, Number
4
 
5
  username = 'bvallegc' ## Complete your username
6
- model_id = f"{username}/distilhubert-finetuned-gtzan"
7
  pipe = pipeline("audio-classification", model=model_id)
8
 
9
  def classify_audio(filepath):
 
3
  from gradio import Interface, Audio, Label, Number
4
 
5
  username = 'bvallegc' ## Complete your username
6
+ model_id = f"{username}/wav2vec2_spoof_dection1-finetuned-spoofing-classifier"
7
  pipe = pipeline("audio-classification", model=model_id)
8
 
9
  def classify_audio(filepath):