Drexubery commited on
Commit
4212dee
1 Parent(s): 1510d90
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
 
5
  # os.system('pip install iopath')
6
  os.system("pip install -v -v -v 'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
 
7
 
8
  import gradio as gr
9
  import random
 
4
 
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("wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/")
8
 
9
  import gradio as gr
10
  import random