Gregniuki commited on
Commit
e188aee
1 Parent(s): 47557e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ from piper_phonemize import phonemize_codepoints, phonemize_espeak, tashkeel_run
30
 
31
  #_LOGGER = logging.getLogger("piper_train.infer_onnx")
32
  import os
33
- if not os.path.exists("/content/piper/src/python/lng"):
34
  import subprocess
35
  command = "cp -r /content/piper/notebooks/lng /content/piper/src/python/lng"
36
  subprocess.run(command, shell=True)
 
30
 
31
  #_LOGGER = logging.getLogger("piper_train.infer_onnx")
32
  import os
33
+ if not os.path.exists("/content/piper/src/python/lng"):
34
  import subprocess
35
  command = "cp -r /content/piper/notebooks/lng /content/piper/src/python/lng"
36
  subprocess.run(command, shell=True)