Spaces:
Runtime error
Runtime error
Omar Sanseviero
commited on
Commit
·
510f17f
1
Parent(s):
aeceb48
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ import IPython
|
|
| 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"])
|
|
|
|
| 8 |
import sys
|
| 9 |
import subprocess
|
| 10 |
|
| 11 |
+
subprocess.check_call([sys.executable, "-m", "pip", "install", "--upgrade", "--force-reinstall", "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"])
|