Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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}/
|
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):
|