Drexubery commited on
Commit
1510d90
1 Parent(s): 217474d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  import sys
4
 
5
  # os.system('pip install iopath')
6
- os.system('pip install https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py39_cu117_pyt200/pytorch3d-0.7.3-cp39-cp39-linux_x86_64.whl')
7
 
8
  import gradio as gr
9
  import random
 
3
  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