Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# Gunakan PyPI terlebih dahulu
|
2 |
--extra-index-url https://pypi.org/simple
|
3 |
|
4 |
streamlit
|
@@ -6,10 +5,9 @@ numpy==1.23.5
|
|
6 |
pandas
|
7 |
Pillow
|
8 |
ultralytics
|
9 |
-
opencv-python-headless
|
10 |
|
11 |
-
# Beralih ke repository Paddle CPU
|
12 |
--extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cpu/
|
13 |
|
14 |
paddlepaddle==2.4.2
|
15 |
-
paddleocr==2.6.1.3
|
|
|
|
|
1 |
--extra-index-url https://pypi.org/simple
|
2 |
|
3 |
streamlit
|
|
|
5 |
pandas
|
6 |
Pillow
|
7 |
ultralytics
|
8 |
+
opencv-python-headless==4.11.0.86
|
9 |
|
|
|
10 |
--extra-index-url https://www.paddlepaddle.org.cn/packages/stable/cpu/
|
11 |
|
12 |
paddlepaddle==2.4.2
|
13 |
+
paddleocr==2.6.1.3
|