Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
068f633
1
Parent(s):
62432f1
fix requirements.
Browse files- pre-requirements.txt +1 -2
- requirements.txt +1 -1
pre-requirements.txt
CHANGED
|
@@ -13,6 +13,5 @@ plyfile==1.1.2
|
|
| 13 |
ftfy==6.3.1
|
| 14 |
flask==3.1.2
|
| 15 |
gradio==5.49.1
|
| 16 |
-
gsplat==1.5.2
|
| 17 |
accelerate==1.10.1
|
| 18 |
-
nanobind
|
|
|
|
| 13 |
ftfy==6.3.1
|
| 14 |
flask==3.1.2
|
| 15 |
gradio==5.49.1
|
|
|
|
| 16 |
accelerate==1.10.1
|
| 17 |
+
nanobind==2.9.2
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git@447e8322f76efea55d4769cd67c372edbf0715b8
|
| 2 |
-
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers.git@447e8322f76efea55d4769cd67c372edbf0715b8
|
| 2 |
+
git+https://github.com/nianticlabs/spz.git@a4fc69e7948c7152e807e6501d73ddc9c149ce37
|