Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ import uuid
|
|
57 |
import soundfile as sf
|
58 |
#from IPython.display import display, Audio, Markdown, clear_output
|
59 |
from piper_phonemize import phonemize_codepoints, phonemize_espeak, tashkeel_run
|
60 |
-
|
61 |
with open("multi265ende175.onnx.json", "r") as config_file:
|
62 |
config_data = json.load(config_file)
|
63 |
speaker_id_map = config_data.get("speaker_id_map", {})
|
|
|
57 |
import soundfile as sf
|
58 |
#from IPython.display import display, Audio, Markdown, clear_output
|
59 |
from piper_phonemize import phonemize_codepoints, phonemize_espeak, tashkeel_run
|
60 |
+
sys.path.append('./content/piper/src/python')
|
61 |
with open("multi265ende175.onnx.json", "r") as config_file:
|
62 |
config_data = json.load(config_file)
|
63 |
speaker_id_map = config_data.get("speaker_id_map", {})
|