axxam commited on
Commit
79c5bf1
·
verified ·
1 Parent(s): e9e8118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
  from huggingface_hub import model_info
7
 
8
  MODEL_NAME = "BlueRaccoon/whisper-small-kab" #this always needs to stay in line 8 :D sorry for the hackiness
9
- lang = "kab"
10
 
11
  device = 0 if torch.cuda.is_available() else "cpu"
12
  pipe = pipeline(
 
6
  from huggingface_hub import model_info
7
 
8
  MODEL_NAME = "BlueRaccoon/whisper-small-kab" #this always needs to stay in line 8 :D sorry for the hackiness
9
+ lang = "uz"
10
 
11
  device = 0 if torch.cuda.is_available() else "cpu"
12
  pipe = pipeline(