versae commited on
Commit
3632ef2
1 Parent(s): 146e1fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import pytube as pt
7
  from transformers import pipeline
8
  from huggingface_hub import model_info
9
 
10
- MODEL_NAME = "NbAiLab/whisper-large-sme-fin" #this always needs to stay in line 8 :D sorry for the hackiness
11
  lang = "fi"
12
 
13
  auth_token = os.environ.get("AUTH_TOKEN") or True
 
7
  from transformers import pipeline
8
  from huggingface_hub import model_info
9
 
10
+ MODEL_NAME = "NbAiLab/whisper-large-sme" #this always needs to stay in line 8 :D sorry for the hackiness
11
  lang = "fi"
12
 
13
  auth_token = os.environ.get("AUTH_TOKEN") or True