Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
accelerate
|
2 |
addict
|
3 |
diffusers
|
4 |
-
gradio==3.36.1
|
|
|
5 |
huggingface_hub
|
6 |
matplotlib
|
7 |
numpy
|
@@ -15,8 +16,6 @@ setuptools
|
|
15 |
supervision
|
16 |
termcolor
|
17 |
timm
|
18 |
-
# torch==2.0.0
|
19 |
-
# torchvision==0.15.1
|
20 |
|
21 |
torch==2.2.1
|
22 |
torchvision==0.17.1
|
|
|
1 |
accelerate
|
2 |
addict
|
3 |
diffusers
|
4 |
+
# gradio==3.36.1
|
5 |
+
gradio==4.42.0
|
6 |
huggingface_hub
|
7 |
matplotlib
|
8 |
numpy
|
|
|
16 |
supervision
|
17 |
termcolor
|
18 |
timm
|
|
|
|
|
19 |
|
20 |
torch==2.2.1
|
21 |
torchvision==0.17.1
|