Update requirements file
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
numpy
|
2 |
Pillow
|
3 |
-
torch==2.
|
4 |
-
transformers==4.
|
5 |
-
gradio
|
|
|
1 |
numpy
|
2 |
Pillow
|
3 |
+
torch==2.3.0
|
4 |
+
transformers==4.41.2
|
5 |
+
gradio==4.37.1
|