Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
4f6287b
1
Parent(s):
c730fe9
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system('
|
3 |
os.system('pip install paddleocr')
|
4 |
from paddleocr import PaddleOCR, draw_ocr
|
5 |
from PIL import Image
|
|
|
1 |
import os
|
2 |
+
os.system('pip install paddlepaddle')
|
3 |
os.system('pip install paddleocr')
|
4 |
from paddleocr import PaddleOCR, draw_ocr
|
5 |
from PIL import Image
|