Spaces:
Running
on
Zero
Running
on
Zero
update huggingface-hub
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -8,15 +8,14 @@ pyyaml
|
|
8 |
requests
|
9 |
scikit-image
|
10 |
scipy
|
11 |
-
tb-nightly
|
12 |
torch>=1.7.1
|
13 |
torchvision
|
14 |
tqdm
|
15 |
yapf
|
16 |
lpips
|
17 |
-
gdown # supports downloading the large file from Google Drive
|
18 |
diffusers==0.11.0
|
19 |
einops
|
20 |
-
huggingface_hub==0.
|
|
|
21 |
ffmpeg-python==0.2.0
|
22 |
av
|
|
|
8 |
requests
|
9 |
scikit-image
|
10 |
scipy
|
|
|
11 |
torch>=1.7.1
|
12 |
torchvision
|
13 |
tqdm
|
14 |
yapf
|
15 |
lpips
|
|
|
16 |
diffusers==0.11.0
|
17 |
einops
|
18 |
+
huggingface_hub==0.25.1
|
19 |
+
pydantic==2.10.6
|
20 |
ffmpeg-python==0.2.0
|
21 |
av
|