Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
opencv-python
|
3 |
-
paddleocr
|
4 |
-
paddlepaddle
|
5 |
-
langdetect
|
6 |
-
googletrans==4.0.0rc1
|
|
|
|
|
7 |
pillow
|
|
|
1 |
+
gradio
|
2 |
+
opencv-python
|
3 |
+
paddleocr
|
4 |
+
paddlepaddle
|
5 |
+
langdetect
|
6 |
+
googletrans==4.0.0rc1
|
7 |
+
httpx==0.24.1
|
8 |
+
httpcore==0.16.3
|
9 |
pillow
|