Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
gradio>=3.50.2
|
2 |
torch>=2.0.0
|
3 |
-
|
4 |
-
opencv-python>=4.8.0
|
5 |
Pillow>=10.0.0
|
6 |
-
|
7 |
-
scipy>=1.11.1
|
|
|
1 |
gradio>=3.50.2
|
2 |
torch>=2.0.0
|
3 |
+
transformers>=4.35.0
|
4 |
+
opencv-python-headless>=4.8.0
|
5 |
Pillow>=10.0.0
|
6 |
+
matplotlib>=3.7.0
|
|