diff --git a/whispercpp.pyx b/whispercpp.pyx index 6fc377f..32cc04a 100644 --- a/whispercpp.pyx +++ b/whispercpp.pyx @@ -30,7 +30,7 @@ MODELS = { } def model_exists(model): - return os.path.exists(model) + return os.path.exists(MODELS_DIR + "/" + model) def download_model(model): if model_exists(model):