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