Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
-
transformers
|
| 2 |
torch
|
| 3 |
-
|
|
|
|
| 4 |
Pillow
|
|
|
|
|
|
| 1 |
+
transformers>=4.44.0
|
| 2 |
torch
|
| 3 |
+
gradio>=4.42.0
|
| 4 |
+
tensorflow
|
| 5 |
Pillow
|
| 6 |
+
numpy
|