Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import subprocess
|
2 |
|
3 |
# Define the local paths to the packages
|
4 |
-
local_package_paths = ["./transformers"]
|
5 |
|
6 |
# Run the pip install command for each local package
|
7 |
for package_path in local_package_paths:
|
|
|
1 |
import subprocess
|
2 |
|
3 |
# Define the local paths to the packages
|
4 |
+
local_package_paths = ["./TTS","./transformers"]
|
5 |
|
6 |
# Run the pip install command for each local package
|
7 |
for package_path in local_package_paths:
|