Spaces:
Build error
Build error
gradio==5.15.0 numpy<2
Browse files- README.md +2 -2
- requirements.txt +2 -3
README.md
CHANGED
|
@@ -5,11 +5,11 @@ colorFrom: red
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
python_version: 3.10.8
|
| 8 |
-
sdk_version:
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
short_description: Create a 1M faces 3D colored model from an image!
|
| 12 |
license: mit
|
| 13 |
---
|
| 14 |
|
| 15 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
python_version: 3.10.8
|
| 8 |
+
sdk_version: 5.15.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
short_description: Create a 1M faces 3D colored model from an image!
|
| 12 |
license: mit
|
| 13 |
---
|
| 14 |
|
| 15 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
|
@@ -9,7 +9,7 @@ fire
|
|
| 9 |
gradio
|
| 10 |
jaxtyping
|
| 11 |
numba
|
| 12 |
-
numpy
|
| 13 |
omegaconf>=2.3.0
|
| 14 |
opencv_python
|
| 15 |
opencv_python_headless
|
|
@@ -18,7 +18,6 @@ Pillow
|
|
| 18 |
pygltflib
|
| 19 |
pymeshlab>=2023.12
|
| 20 |
rembg[gpu]
|
| 21 |
-
torch>=2.0.1
|
| 22 |
torch_scatter @ https://data.pyg.org/whl/torch-2.2.0%2Bcu121/torch_scatter-2.1.2%2Bpt22cu121-cp310-cp310-linux_x86_64.whl
|
| 23 |
tqdm
|
| 24 |
transformers
|
|
@@ -26,4 +25,4 @@ trimesh
|
|
| 26 |
typeguard
|
| 27 |
wandb
|
| 28 |
xformers
|
| 29 |
-
ninja
|
|
|
|
| 9 |
gradio
|
| 10 |
jaxtyping
|
| 11 |
numba
|
| 12 |
+
numpy<2
|
| 13 |
omegaconf>=2.3.0
|
| 14 |
opencv_python
|
| 15 |
opencv_python_headless
|
|
|
|
| 18 |
pygltflib
|
| 19 |
pymeshlab>=2023.12
|
| 20 |
rembg[gpu]
|
|
|
|
| 21 |
torch_scatter @ https://data.pyg.org/whl/torch-2.2.0%2Bcu121/torch_scatter-2.1.2%2Bpt22cu121-cp310-cp310-linux_x86_64.whl
|
| 22 |
tqdm
|
| 23 |
transformers
|
|
|
|
| 25 |
typeguard
|
| 26 |
wandb
|
| 27 |
xformers
|
| 28 |
+
ninja
|