Gregniuki commited on
Commit
ec04f88
·
1 Parent(s): 21163f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", {})