Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
git+https://github.com/devmaxxing/videocr-PaddleOCR.git
|
2 |
-
paddlepaddle-gpu
|
3 |
-
paddleocr
|
4 |
-
numpy==1.25.2
|
5 |
-
opencv-python
|
|
|
|
1 |
+
git+https://github.com/devmaxxing/videocr-PaddleOCR.git
|
2 |
+
paddlepaddle-gpu
|
3 |
+
paddleocr
|
4 |
+
numpy==1.25.2
|
5 |
+
opencv-python
|
6 |
+
gradio
|