Spaces:
Running
on
Zero
Running
on
Zero
Use regular pip than uv pip
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import sys
|
|
4 |
|
5 |
# Install latest git main code
|
6 |
bool(os.getenv("SPACES_ZERO_GPU")) and subprocess.run((
|
7 |
-
sys.executable, "-m", "
|
8 |
"git+https://github.com/BrokenSource/BrokenSource@main",
|
9 |
"git+https://github.com/BrokenSource/ShaderFlow@main",
|
10 |
"git+https://github.com/BrokenSource/DepthFlow@main",
|
|
|
4 |
|
5 |
# Install latest git main code
|
6 |
bool(os.getenv("SPACES_ZERO_GPU")) and subprocess.run((
|
7 |
+
sys.executable, "-m", "pip", "install", "--upgrade",
|
8 |
"git+https://github.com/BrokenSource/BrokenSource@main",
|
9 |
"git+https://github.com/BrokenSource/ShaderFlow@main",
|
10 |
"git+https://github.com/BrokenSource/DepthFlow@main",
|