Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
pil
|
2 |
-
transformers
|
3 |
-
gradio
|
4 |
-
torch
|
5 |
-
sacremoses
|
6 |
pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pillow
|
2 |
+
transformers==4.28.0
|
3 |
+
gradio==3.1.4
|
4 |
+
torch==2.0.0
|