Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
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(
|
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
|