Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -2,8 +2,6 @@ gradio==4.38.1
|
|
2 |
numpy==1.26.4
|
3 |
Pillow==10.4.0
|
4 |
torch==2.3.1
|
5 |
-
torchvision==0.18.1
|
6 |
transformers==4.42.4
|
7 |
tensorflow==2.15.0
|
8 |
-
opencv-python-headless==4.10.0.84
|
9 |
-
matplotlib==3.9.1
|
|
|
2 |
numpy==1.26.4
|
3 |
Pillow==10.4.0
|
4 |
torch==2.3.1
|
|
|
5 |
transformers==4.42.4
|
6 |
tensorflow==2.15.0
|
7 |
+
opencv-python-headless==4.10.0.84
|
|