Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +13 -9
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
gradio
|
2 |
-
transformers==4.49.0
|
3 |
-
torch
|
4 |
-
torchvision
|
5 |
-
torchaudio
|
6 |
-
diffusers
|
7 |
-
timm
|
8 |
-
av
|
9 |
-
huggingface-hub
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.20.1
|
2 |
+
transformers==4.49.0
|
3 |
+
torch==2.6.0
|
4 |
+
torchvision==0.21.0
|
5 |
+
torchaudio==2.6.0
|
6 |
+
diffusers==0.32.2
|
7 |
+
timm==1.0.15
|
8 |
+
av==14.2.0
|
9 |
+
huggingface-hub>=0.19
|
10 |
+
hf-transfer>=0.1.4
|
11 |
+
protobuf<4
|
12 |
+
click<8.1
|
13 |
+
pydantic~=1.0
|