Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
Pillow
|
4 |
gradio==3.50
|
|
|
1 |
+
transformers==4.35.2
|
2 |
+
torch==2.1.0
|
3 |
+
Pillow==9.4.0
|
4 |
gradio==3.50
|