Spaces:
Runtime error
Runtime error
Ekins Kuuzie
commited on
Commit
•
94dae92
1
Parent(s):
ad37ea0
Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
ultralytics==8.1.4
|
2 |
-
numpy==1.26.0
|
3 |
gradio==4.16.0
|
4 |
gradio_client==0.8.1
|
5 |
-
pandas==2.1.0
|
6 |
-
torch==2.1.2
|
7 |
-
torchvision==0.16.2
|
8 |
opencv-python==4.8.1.78
|
9 |
-
openpyxl==3.1.2
|
|
|
|
1 |
ultralytics==8.1.4
|
|
|
2 |
gradio==4.16.0
|
3 |
gradio_client==0.8.1
|
|
|
|
|
|
|
4 |
opencv-python==4.8.1.78
|
5 |
+
openpyxl==3.1.2
|
6 |
+
Pillow==9.5.0
|