Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
pillow
|
3 |
-
|
4 |
-
|
|
|
|
1 |
+
gradio==5.0.2
|
2 |
+
pillow==10.4.0
|
3 |
+
pydantic==2.8.2
|
4 |
+
torch==2.3.1
|
5 |
+
torchvision==0.18.1
|