Spaces:
Running
on
Zero
Running
on
Zero
- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ pillow-heif
|
|
4 |
torch
|
5 |
torchvision
|
6 |
roma
|
7 |
-
gradio
|
8 |
matplotlib
|
9 |
tqdm
|
10 |
opencv-python
|
@@ -14,4 +14,5 @@ trimesh
|
|
14 |
tensorboard
|
15 |
pyglet<2
|
16 |
huggingface-hub[torch]>=0.22
|
17 |
-
faiss-cpu
|
|
|
|
4 |
torch
|
5 |
torchvision
|
6 |
roma
|
7 |
+
gradio
|
8 |
matplotlib
|
9 |
tqdm
|
10 |
opencv-python
|
|
|
14 |
tensorboard
|
15 |
pyglet<2
|
16 |
huggingface-hub[torch]>=0.22
|
17 |
+
faiss-cpu
|
18 |
+
pydantic==2.10.6
|