Update whispercpp.pyx

This commit is contained in:
Luke Southam 2022-12-16 00:45:07 +00:00 committed by GitHub
parent b4529314f6
commit e39c1649a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import requests
import os
from pathlib import Path
MODELS_DIR = Path('~/ggml-models').expanduser()
MODELS_DIR = str(Path('~/ggml-models').expanduser())
cimport numpy as cnp