Update app.py
Browse files
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="
|
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 |
)
|