Spaces:
Sleeping
Sleeping
Update setup.sh (#1)
Browse files- Update setup.sh (c4bb9e587252881d8a064dd054051fdeda1fbf7e)
setup.sh
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
# Clone YOLOv10 repository
|
3 |
git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10
|
4 |
|
5 |
-
#
|
6 |
cd /YOLOv10
|
7 |
-
pip install -r requirements.txt
|
|
|
|
|
|
|
|
2 |
# Clone YOLOv10 repository
|
3 |
git clone https://github.com/WongKinYiu/YOLOv10.git /YOLOv10
|
4 |
|
5 |
+
# Navigate to YOLOv10 folder and install dependencies
|
6 |
cd /YOLOv10
|
7 |
+
pip install -r requirements.txt
|
8 |
+
|
9 |
+
# Make sure all other dependencies for your app are installed (like pytesseract, opencv, etc.)
|
10 |
+
pip install torch opencv-python pytesseract numpy gradio
|