amitkayal commited on
Commit
dc1cc1a
·
1 Parent(s): 0f2189a

Update app.py

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