Update piper_onnx/__init__.py
Browse files- piper_onnx/__init__.py +1 -1
piper_onnx/__init__.py
CHANGED
@@ -28,7 +28,7 @@ class Piper:
|
|
28 |
self._voices: dict = self.config.get('speaker_id_map')
|
29 |
|
30 |
EspeakWrapper.set_library(espeakng_loader.get_library_path())
|
31 |
-
EspeakWrapper.data_path
|
32 |
self.sess = session or ort.InferenceSession(
|
33 |
model_path,
|
34 |
sess_options=ort.SessionOptions(),
|
|
|
28 |
self._voices: dict = self.config.get('speaker_id_map')
|
29 |
|
30 |
EspeakWrapper.set_library(espeakng_loader.get_library_path())
|
31 |
+
EspeakWrapper.data_path = espeakng_loader.get_data_path()
|
32 |
self.sess = session or ort.InferenceSession(
|
33 |
model_path,
|
34 |
sess_options=ort.SessionOptions(),
|