Update whispercpp.pyx
This commit is contained in:
parent
b4529314f6
commit
e39c1649a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user