Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
-
gradio==
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.8.0
|
2 |
+
numpy==1.26.2
|
3 |
+
opencv_python==4.7.0.72
|
4 |
+
Pillow==10.1.0
|
5 |
+
sahi==0.11.15
|
6 |
+
torch==2.1.1
|
7 |
+
ultralytics==8.0.223
|