Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
git+https://github.com/openai/
|
4 |
ninja
|
5 |
transformers
|
6 |
accelerate
|
7 |
gradio
|
8 |
numpy
|
9 |
pillow
|
|
|
10 |
tqdm
|
11 |
scipy
|
12 |
huggingface-hub
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
git+https://github.com/openai/point-e.git
|
4 |
ninja
|
5 |
transformers
|
6 |
accelerate
|
7 |
gradio
|
8 |
numpy
|
9 |
pillow
|
10 |
+
trimesh
|
11 |
tqdm
|
12 |
scipy
|
13 |
huggingface-hub
|