Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,7 +60,7 @@ print(f"Using device: {device}, dtype: {dtype}")
|
|
| 60 |
|
| 61 |
pipe = pipeline(
|
| 62 |
"automatic-speech-recognition",
|
| 63 |
-
model="
|
| 64 |
torch_dtype=torch.float16,
|
| 65 |
device=device,
|
| 66 |
)
|
|
|
|
| 60 |
|
| 61 |
pipe = pipeline(
|
| 62 |
"automatic-speech-recognition",
|
| 63 |
+
model="Aspik101/whisper-small-pl",
|
| 64 |
torch_dtype=torch.float16,
|
| 65 |
device=device,
|
| 66 |
)
|