Spaces:
Runtime error
Runtime error
Yoni
commited on
Commit
·
ce63d92
1
Parent(s):
94fac4b
no message
Browse files
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-
|
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
|