Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from transformers import pipeline
|
|
| 12 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
| 13 |
pipe = pipeline(
|
| 14 |
"automatic-speech-recognition",
|
| 15 |
-
model="vrclc/Whisper-
|
| 16 |
chunk_length_s=10,
|
| 17 |
device=device,
|
| 18 |
)
|
|
|
|
| 12 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
| 13 |
pipe = pipeline(
|
| 14 |
"automatic-speech-recognition",
|
| 15 |
+
model="vrclc/Whisper-small-Malayalam",
|
| 16 |
chunk_length_s=10,
|
| 17 |
device=device,
|
| 18 |
)
|