From e39c1649a87755970889cc8b0724c99e524819e5 Mon Sep 17 00:00:00 2001
From: Luke Southam <luke@devthe.com>
Date: Fri, 16 Dec 2022 00:45:07 +0000
Subject: [PATCH] Update whispercpp.pyx

---
 whispercpp.pyx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/whispercpp.pyx b/whispercpp.pyx
index b5b43b2..86da444 100644
--- a/whispercpp.pyx
+++ b/whispercpp.pyx
@@ -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