Spaces:
Running
on
Zero
Running
on
Zero
ThunderVVV
commited on
Commit
·
7265473
1
Parent(s):
153a6a8
update
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: red
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.0
|
8 |
python_version: '3.10'
|
9 |
-
startup_duration_timeout:
|
10 |
app_file: app.py
|
11 |
pinned: true
|
12 |
license: cc-by-nc-2.0
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.0
|
8 |
python_version: '3.10'
|
9 |
+
startup_duration_timeout: 5h
|
10 |
app_file: app.py
|
11 |
pinned: true
|
12 |
license: cc-by-nc-2.0
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
torch-scatter==2.1.2
|
2 |
chumpy@git+https://github.com/mattloper/chumpy
|
3 |
-
|
|
|
1 |
torch-scatter==2.1.2
|
2 |
chumpy@git+https://github.com/mattloper/chumpy
|
3 |
+
git+https://github.com/facebookresearch/pytorch3d.git@stable
|