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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import torch
2
  import gradio as gr
3
  from transformers import pipeline
4
 
5
- MODEL_NAME = "BlueRaccoon/whisper-small-kab" # this always needs to stay in line 8 :D sorry for the hackiness
6
  lang = "kab" # Language updated to Kabyle
7
 
8
  device = 0 if torch.cuda.is_available() else "cpu"
 
2
  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"