Drexubery commited on
Commit
da13723
1 Parent(s): 2ef47e5
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +1 -2
app.py CHANGED
@@ -5,6 +5,7 @@ import sys
5
  # os.system('pip install iopath')
6
  # os.system("pip install -v -v -v 'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
7
  # os.system("cd pytorch3d && pip install -e . && cd ..")
 
8
  os.system("wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
9
 
10
 
 
5
  # os.system('pip install iopath')
6
  # os.system("pip install -v -v -v 'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
7
  # os.system("cd pytorch3d && pip install -e . && cd ..")
8
+ os.system("pip install 'git+https://github.com/facebookresearch/pytorch3d.git'")
9
  os.system("wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
10
 
11
 
requirements.txt CHANGED
@@ -35,5 +35,4 @@ grpcio==1.66.0
35
  httpx==0.27.0
36
  Pygments==2.18.0
37
  huggingface_hub
38
- spaces
39
- "git+https://github.com/facebookresearch/pytorch3d.git"
 
35
  httpx==0.27.0
36
  Pygments==2.18.0
37
  huggingface_hub
38
+ spaces