Spaces:
Runtime error
Runtime error
Commit
Β·
0d5f435
1
Parent(s):
d4b207e
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ title = "Breud (BERT + Freud)"
|
|
26 |
# ).launch()
|
27 |
|
28 |
|
29 |
-
asr = pipeline("automatic-speech-recognition", "
|
30 |
classifier = pipeline("text-classification", path_to_L_model, api_token=read_token)
|
31 |
|
32 |
|
|
|
26 |
# ).launch()
|
27 |
|
28 |
|
29 |
+
asr = pipeline("automatic-speech-recognition", "openai/whisper-base")
|
30 |
classifier = pipeline("text-classification", path_to_L_model, api_token=read_token)
|
31 |
|
32 |
|