camparchimedes commited on
Commit
1d1c684
·
verified ·
1 Parent(s): 7d1313c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ from transformers import AutoProcessor, pipeline
24
 
25
  MODEL_NAME = "NbAiLabBeta/nb-whisper-large"
26
 
27
- language = "no"
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(