Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
aeceb48
1
Parent(s):
6648b23
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,8 @@ import IPython
|
|
8 |
import sys
|
9 |
import subprocess
|
10 |
|
|
|
|
|
11 |
# entmax could not be installed at same time as torch
|
12 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "entmax"])
|
13 |
|
|
|
8 |
import sys
|
9 |
import subprocess
|
10 |
|
11 |
+
subprocess.check_call([sys.executable, "-m", "pip", "install", "git+https://github.com/osanseviero/tortoise-tts.git"])
|
12 |
+
|
13 |
# entmax could not be installed at same time as torch
|
14 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "entmax"])
|
15 |
|