Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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 |
|