Spaces:
Build error
Build error
Vo Minh Vu commited on
Commit ·
4236621
1
Parent(s): 12e0b03
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
omegaconf==2.3.0
|
|
|
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 3 |
Pillow==10.1.0
|
| 4 |
einops==0.7.0
|
| 5 |
#git+https://github.com/tatsy/torchmcubes.git
|
|
@@ -10,6 +12,5 @@ rembg
|
|
| 10 |
huggingface-hub
|
| 11 |
gradio
|
| 12 |
onnxruntime
|
| 13 |
-
torchvision
|
| 14 |
fastapi
|
| 15 |
uvicorn[standard]
|
|
|
|
| 1 |
omegaconf==2.3.0
|
| 2 |
+
torch
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 4 |
+
torchvision
|
| 5 |
Pillow==10.1.0
|
| 6 |
einops==0.7.0
|
| 7 |
#git+https://github.com/tatsy/torchmcubes.git
|
|
|
|
| 12 |
huggingface-hub
|
| 13 |
gradio
|
| 14 |
onnxruntime
|
|
|
|
| 15 |
fastapi
|
| 16 |
uvicorn[standard]
|