Spaces:
Sleeping
Sleeping
dependencies
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
-
torch==2.
|
3 |
transformers==4.47.1
|
4 |
diffusers==0.31.0
|
5 |
accelerate==1.2.1
|
|
|
6 |
numpy==1.26.4
|
7 |
gradio
|
8 |
open3d
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.5.1
|
3 |
transformers==4.47.1
|
4 |
diffusers==0.31.0
|
5 |
accelerate==1.2.1
|
6 |
+
huggingface-hub==0.27.0
|
7 |
numpy==1.26.4
|
8 |
gradio
|
9 |
open3d
|