Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -11
requirements.txt
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
-
opencv-python
|
2 |
-
pytesseract
|
3 |
gradio
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
torchvision
|
9 |
-
torch>=2.6
|
10 |
-
dill
|
11 |
-
git+https://github.com/ultralytics/ultralytics.git@main#subdirectory=ultralytics/yolov10
|
12 |
-
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
torch
|
3 |
+
opencv-python-headless
|
4 |
+
pytesseract
|
5 |
+
ultralytics
|
|
|
|
|
|
|
|
|
|