Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
d657d5c
1
Parent(s):
ee89e43
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
from paddleocr import PaddleOCR, draw_ocr
|
2 |
from PIL import Image
|
3 |
import gradio as gr
|
|
|
1 |
+
import os
|
2 |
+
os.system('conda install paddlepaddle --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/')
|
3 |
from paddleocr import PaddleOCR, draw_ocr
|
4 |
from PIL import Image
|
5 |
import gradio as gr
|