Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -6,7 +6,7 @@ import spaces
|
|
6 |
# os.system('pip install iopath')
|
7 |
# os.system("pip install -v -v -v 'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
|
8 |
# os.system("cd pytorch3d && pip install -e . && cd ..")
|
9 |
-
os.system("pip install 'git+https://github.com/facebookresearch/pytorch3d.git'")
|
10 |
|
11 |
|
12 |
import gradio as gr
|
|
|
6 |
# os.system('pip install iopath')
|
7 |
# os.system("pip install -v -v -v 'git+https://github.com/facebookresearch/pytorch3d.git@stable'")
|
8 |
# os.system("cd pytorch3d && pip install -e . && cd ..")
|
9 |
+
# os.system("pip install 'git+https://github.com/facebookresearch/pytorch3d.git'")
|
10 |
|
11 |
|
12 |
import gradio as gr
|
requirements.txt
CHANGED
@@ -28,4 +28,5 @@ omegaconf==2.3.0
|
|
28 |
triton
|
29 |
av
|
30 |
xformers
|
31 |
-
gradio
|
|
|
|
28 |
triton
|
29 |
av
|
30 |
xformers
|
31 |
+
gradio
|
32 |
+
'git+https://github.com/facebookresearch/pytorch3d.git'
|