Update requirements.txt
Browse files- requirements.txt +5 -9
requirements.txt
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
plotly==5.15.0
|
7 |
-
gradio==4.36.1
|
8 |
-
scipy==1.10.1
|
9 |
-
seaborn==0.12.2
|
|
|
1 |
+
opencv-python
|
2 |
+
torch
|
3 |
+
ultralytics
|
4 |
+
gradio
|
5 |
+
scipy
|
|
|
|
|
|
|
|