lorenzoscottb commited on
Commit
0d5f435
Β·
1 Parent(s): d4b207e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ title = "Breud (BERT + Freud)"
26
  # ).launch()
27
 
28
 
29
- asr = pipeline("automatic-speech-recognition", "models/openai/whisper-base")
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