Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
gradio==4.
|
2 |
-
transformers==4.
|
3 |
torch==1.12.0 # Or another version of torch (e.g., 1.12.1)
|
4 |
sentencepiece==0.1.97 # This should resolve MarianTokenizer issue
|
5 |
pillow==9.3.0
|
|
|
1 |
+
gradio==4.25.0
|
2 |
+
transformers==4.41.0
|
3 |
torch==1.12.0 # Or another version of torch (e.g., 1.12.1)
|
4 |
sentencepiece==0.1.97 # This should resolve MarianTokenizer issue
|
5 |
pillow==9.3.0
|