Ahsen Khaliq commited on
Commit
c730fe9
1 Parent(s): c99b22d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
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
 
1
  import os
2
  os.system('conda install paddlepaddle --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/')
3
+ os.system('pip install paddleocr')
4
  from paddleocr import PaddleOCR, draw_ocr
5
  from PIL import Image
6
  import gradio as gr