saattrupdan commited on
Commit
0b08706
·
verified ·
1 Parent(s): f3e5400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ logger.info("Loading the ASR model...")
62
  device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu")
63
  transcriber = pipeline(
64
  task="automatic-speech-recognition",
65
- model="alexandrainst/roest-315m",
66
  device=device,
67
  )
68
 
 
62
  device = torch.device("cuda") if torch.cuda.is_available() else torch.device("cpu")
63
  transcriber = pipeline(
64
  task="automatic-speech-recognition",
65
+ model="CoRal-project/roest-315m",
66
  device=device,
67
  )
68