Spaces:
Runtime error
Runtime error
huggingface_hub fix
#1
by
6Morpheus6
- opened
- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -2,13 +2,14 @@ accelerate
|
|
2 |
clip
|
3 |
diffusers==0.26.3
|
4 |
einops==0.8.0
|
|
|
5 |
gradio
|
6 |
matplotlib==3.5.2
|
7 |
numpy==1.22.4
|
8 |
omegaconf==2.3.0
|
9 |
Pillow==10.4.0
|
10 |
Requests==2.32.3
|
11 |
-
torch
|
12 |
-
torchvision
|
13 |
tqdm==4.61.2
|
14 |
transformers
|
|
|
2 |
clip
|
3 |
diffusers==0.26.3
|
4 |
einops==0.8.0
|
5 |
+
huggingface_hub==0.25.2
|
6 |
gradio
|
7 |
matplotlib==3.5.2
|
8 |
numpy==1.22.4
|
9 |
omegaconf==2.3.0
|
10 |
Pillow==10.4.0
|
11 |
Requests==2.32.3
|
12 |
+
#torch
|
13 |
+
#torchvision
|
14 |
tqdm==4.61.2
|
15 |
transformers
|