Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ description = "Gradio demo for finetuned Wav2Vec2 model on a custom dataset to p
|
|
11 |
|
12 |
|
13 |
def classify_audio(audio):
|
14 |
-
predictions =
|
15 |
return predictions
|
16 |
|
17 |
|
|
|
11 |
|
12 |
|
13 |
def classify_audio(audio):
|
14 |
+
predictions = pipe(audio)
|
15 |
return predictions
|
16 |
|
17 |
|