Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ torchvision==0.16.1
|
|
3 |
diffusers==0.31.0
|
4 |
transformers==4.46.3
|
5 |
peft
|
6 |
-
huggingface_hub==0.24.6
|
7 |
accelerate==1.1.1
|
8 |
opencv-python
|
9 |
safetensors
|
@@ -12,4 +12,8 @@ omegaconf
|
|
12 |
trimesh
|
13 |
einops
|
14 |
gradio==4.44.1
|
15 |
-
numpy==1.26.2
|
|
|
|
|
|
|
|
|
|
3 |
diffusers==0.31.0
|
4 |
transformers==4.46.3
|
5 |
peft
|
6 |
+
#huggingface_hub==0.24.6
|
7 |
accelerate==1.1.1
|
8 |
opencv-python
|
9 |
safetensors
|
|
|
12 |
trimesh
|
13 |
einops
|
14 |
gradio==4.44.1
|
15 |
+
numpy==1.26.2
|
16 |
+
|
17 |
+
httpx[socks]
|
18 |
+
huggingface_hub==0.25.0
|
19 |
+
moviepy==1.0.3
|