AlexK-PL commited on
Commit
1150183
1 Parent(s): 3e27de7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
8
 
9
  asr = pipeline(
10
  "automatic-speech-recognition",
11
- model="MaximilianChen/Casper",
12
  chunk_length_s=30,
13
  device=device,
14
  )
 
8
 
9
  asr = pipeline(
10
  "automatic-speech-recognition",
11
+ model="CLiC-UB/Casper",
12
  chunk_length_s=30,
13
  device=device,
14
  )