Spaces:
Paused
Paused
update
Browse files- README.md +1 -0
- requirements.txt +7 -7
README.md
CHANGED
|
@@ -6,6 +6,7 @@ colorTo: purple
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.47.2
|
| 8 |
app_file: app.py
|
|
|
|
| 9 |
preload_from_hub:
|
| 10 |
- ritianyu/InfiniDepth infinidepth.ckpt,infinidepth_dc.ckpt,moge2.pt
|
| 11 |
pinned: false
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.47.2
|
| 8 |
app_file: app.py
|
| 9 |
+
hardware: zero-a10g
|
| 10 |
preload_from_hub:
|
| 11 |
- ritianyu/InfiniDepth infinidepth.ckpt,infinidepth_dc.ckpt,moge2.pt
|
| 12 |
pinned: false
|
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
# python version >= 3.9 <= 3.11
|
| 2 |
# torch
|
| 3 |
-
# requirements.txt
|
| 4 |
torch==2.9.1
|
| 5 |
torchvision==0.24.1
|
| 6 |
torchaudio==2.9.1
|
|
@@ -24,7 +23,6 @@ numpy==1.26.4
|
|
| 24 |
opencv-python==4.9.0.80
|
| 25 |
scipy
|
| 26 |
matplotlib
|
| 27 |
-
h5py
|
| 28 |
open3d
|
| 29 |
omegaconf
|
| 30 |
tyro
|
|
@@ -39,14 +37,16 @@ trimesh
|
|
| 39 |
transformations
|
| 40 |
# flash_attn
|
| 41 |
scikit-image
|
| 42 |
-
gradio>=4.44.0
|
| 43 |
huggingface_hub>=0.24.0
|
| 44 |
plotly>=5.22.0
|
| 45 |
-
|
| 46 |
onnxruntime
|
| 47 |
-
|
| 48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
spaces
|
| 50 |
|
| 51 |
# moge
|
| 52 |
-
git+https://github.com/microsoft/MoGe.git
|
|
|
|
| 1 |
# python version >= 3.9 <= 3.11
|
| 2 |
# torch
|
|
|
|
| 3 |
torch==2.9.1
|
| 4 |
torchvision==0.24.1
|
| 5 |
torchaudio==2.9.1
|
|
|
|
| 23 |
opencv-python==4.9.0.80
|
| 24 |
scipy
|
| 25 |
matplotlib
|
|
|
|
| 26 |
open3d
|
| 27 |
omegaconf
|
| 28 |
tyro
|
|
|
|
| 37 |
transformations
|
| 38 |
# flash_attn
|
| 39 |
scikit-image
|
|
|
|
| 40 |
huggingface_hub>=0.24.0
|
| 41 |
plotly>=5.22.0
|
|
|
|
| 42 |
onnxruntime
|
| 43 |
+
scikit-learn
|
| 44 |
+
|
| 45 |
+
# HuggingFace Spaces ZeroGPU support
|
| 46 |
+
# NOTE: Do NOT list 'gradio' here — it is managed by sdk_version in README.md.
|
| 47 |
+
# Listing it again can downgrade/conflict with the pre-installed version and break
|
| 48 |
+
# the ZeroGPU proxy token mechanism.
|
| 49 |
spaces
|
| 50 |
|
| 51 |
# moge
|
| 52 |
+
git+https://github.com/microsoft/MoGe.git
|