pgilles commited on
Commit
9be417f
1 Parent(s): 15ccd73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import time
11
  #Loading the model and the tokenizer
12
  token_key = os.environ.get("HUGGING_FACE_HUB_TOKEN")
13
 
14
- model_name = "pgilles/whisper-large-v2-lb_cased_03"
15
 
16
  #p = pipeline("automatic-speech-recognition", model=model, tokenizer=tokenizer, feature_extractor=processor.feature_extractor, decoder=processor.decoder, use_auth_token=token_key)
17
 
 
11
  #Loading the model and the tokenizer
12
  token_key = os.environ.get("HUGGING_FACE_HUB_TOKEN")
13
 
14
+ model_name = "pgilles/whisper-large-v2-lb_cased_04"
15
 
16
  #p = pipeline("automatic-speech-recognition", model=model, tokenizer=tokenizer, feature_extractor=processor.feature_extractor, decoder=processor.decoder, use_auth_token=token_key)
17