Yoni commited on
Commit
ce63d92
·
1 Parent(s): 94fac4b

no message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import sys
12
  if not os.path.exists("israwave-main"):
13
  with zipfile.ZipFile("israwave-clean.zip", "r") as zip_ref:
14
  zip_ref.extractall(".")
15
- subprocess.check_call([sys.executable, "-m", "pip", "install", "./israwave-main"])
16
 
17
  # Only after install, import israwave
18
  from israwave import IsrawaveTTS
 
12
  if not os.path.exists("israwave-main"):
13
  with zipfile.ZipFile("israwave-clean.zip", "r") as zip_ref:
14
  zip_ref.extractall(".")
15
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "./israwave-clean"])
16
 
17
  # Only after install, import israwave
18
  from israwave import IsrawaveTTS