drmeeseeks commited on
Commit
70e2e71
β€’
1 Parent(s): 16cbdbd

Update app.py

Browse files

Update language variable.

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 = "drmeeseeks/whisper-large-v2-amet" #this always needs to stay in line 8 :D sorry for the hackiness
9
- lang = "amet"
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 = "drmeeseeks/whisper-large-v2-amet" #this always needs to stay in line 8 :D sorry for the hackiness
9
+ lang = "amharic"
10
 
11
  device = 0 if torch.cuda.is_available() else "cpu"
12
  pipe = pipeline(