Drexubery commited on
Commit
8ee4de7
1 Parent(s): c737dc1
Files changed (2) hide show
  1. app.py +2 -2
  2. requirements.txt +1 -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(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
requirements.txt CHANGED
@@ -40,5 +40,4 @@ tifffile==2024.8.24
40
  yarl==1.9.4
41
  spaces
42
  huggingface_hub
43
- iopath
44
- --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py39_cu117_pyt200/download.html
 
40
  yarl==1.9.4
41
  spaces
42
  huggingface_hub
43
+