Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ from transformers import AutoProcessor, pipeline
|
|
24 |
|
25 |
MODEL_NAME = "NbAiLabBeta/nb-whisper-large"
|
26 |
|
27 |
-
|
28 |
|
29 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
30 |
pipe = pipeline(
|
|
|
24 |
|
25 |
MODEL_NAME = "NbAiLabBeta/nb-whisper-large"
|
26 |
|
27 |
+
lang = "no"
|
28 |
|
29 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
30 |
pipe = pipeline(
|