Spaces:
Paused
Paused
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def _pip(*a):
|
|
| 44 |
|
| 45 |
print("=== Runtime installs ===")
|
| 46 |
_pip("open3d>=0.18.0")
|
| 47 |
-
_pip("--no-deps", "utils3d") # --no-deps: skip jupyter dependency
|
| 48 |
_pip("iopath")
|
| 49 |
_pip("--no-deps", "sam2>=1.1.0")
|
| 50 |
_pip("--no-deps", "git+https://github.com/microsoft/MoGe.git@a8c37341bc0325ca99b9d57981cc3bb2bd3e255b")
|
|
|
|
| 44 |
|
| 45 |
print("=== Runtime installs ===")
|
| 46 |
_pip("open3d>=0.18.0")
|
| 47 |
+
_pip("--no-deps", "git+https://github.com/EasternJournalist/utils3d.git") # --no-deps: skip jupyter dependency
|
| 48 |
_pip("iopath")
|
| 49 |
_pip("--no-deps", "sam2>=1.1.0")
|
| 50 |
_pip("--no-deps", "git+https://github.com/microsoft/MoGe.git@a8c37341bc0325ca99b9d57981cc3bb2bd3e255b")
|