axxam commited on
Commit
741f964
·
verified ·
1 Parent(s): 4ebd06e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from transformers import pipeline
4
 
5
  MODEL_NAME = "BlueRaccoon/whisper-small-kab"
6
- lang = "kab" # Language updated to Kabyle
7
 
8
  device = 0 if torch.cuda.is_available() else "cpu"
9
  pipe = pipeline(
 
3
  from transformers import pipeline
4
 
5
  MODEL_NAME = "BlueRaccoon/whisper-small-kab"
6
+ lang = "uz" # Used uz instead of kab
7
 
8
  device = 0 if torch.cuda.is_available() else "cpu"
9
  pipe = pipeline(