Drexubery commited on
Commit
217474d
1 Parent(s): 8ee4de7
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ import os
2
  import torch
3
  import sys
4
 
5
- os.system('pip install iopath')
6
- os.system(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py39_cu117_pyt200/download.html')
7
 
8
  import gradio as gr
9
  import random
 
2
  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