Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -22
requirements.txt
CHANGED
|
@@ -1,23 +1,12 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
torchaudio
|
| 4 |
-
|
| 5 |
-
einops
|
| 6 |
-
omegaconf
|
| 7 |
-
deepspeed
|
| 8 |
-
torchmetrics
|
| 9 |
-
webdataset
|
| 10 |
-
accelerate
|
| 11 |
-
tensorboard
|
| 12 |
-
PyMCubes
|
| 13 |
-
trimesh
|
| 14 |
rembg
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
git+https://github.com/NVlabs/nvdiffrast/
|
| 23 |
-
huggingface-hub
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
torchvision
|
| 3 |
+
torchaudio
|
| 4 |
+
onnxruntime
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
rembg
|
| 6 |
+
gradio
|
| 7 |
+
numpy
|
| 8 |
+
pillow
|
| 9 |
+
scipy
|
| 10 |
+
tqdm
|
| 11 |
+
opencv-python
|
| 12 |
+
transformers
|
|
|
|
|
|