Tremeschin commited on
Commit
567acaa
·
unverified ·
1 Parent(s): cccc7e4

Use regular pip than uv pip

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "uv", "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",
 
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",