Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ gradio>=4.0.0
|
|
2 |
torch>=2.0.0
|
3 |
transformers>=4.30.0
|
4 |
Pillow>=9.0.0
|
5 |
-
numpy>=1.21.0
|
|
|
|
2 |
torch>=2.0.0
|
3 |
transformers>=4.30.0
|
4 |
Pillow>=9.0.0
|
5 |
+
numpy>=1.21.0
|
6 |
+
opencv-python>=4.5.0
|