Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -44,5 +44,6 @@ uvicorn
|
|
| 44 |
|
| 45 |
# 3D Gaussian Splatting
|
| 46 |
# Note: This requires CUDA during build. If build fails on Spaces, see alternative solutions.
|
| 47 |
-
gsplat @ https://github.com/nerfstudio-project/gsplat/releases/download/v1.5.3/gsplat-1.5.3+pt24cu124-cp310-cp310-linux_x86_64.whl
|
|
|
|
| 48 |
|
|
|
|
| 44 |
|
| 45 |
# 3D Gaussian Splatting
|
| 46 |
# Note: This requires CUDA during build. If build fails on Spaces, see alternative solutions.
|
| 47 |
+
# gsplat @ https://github.com/nerfstudio-project/gsplat/releases/download/v1.5.3/gsplat-1.5.3+pt24cu124-cp310-cp310-linux_x86_64.whl
|
| 48 |
+
gsplat==1.5.3
|
| 49 |
|