Raj-Master commited on
Commit
e00cdff
·
verified ·
1 Parent(s): 206bb53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ os.system('pip install paddlepaddle>=2.0.1')
4
  # os.system('pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html')
5
  os.system('pip install paddleocr')
6
  import gradio as gr
 
7
  from pdf2image import convert_from_path
8
  from paddleocr import PaddleOCR
9
  from gradio_pdf import PDF
 
4
  # os.system('pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html')
5
  os.system('pip install paddleocr')
6
  import gradio as gr
7
+ from numpy import asarray
8
  from pdf2image import convert_from_path
9
  from paddleocr import PaddleOCR
10
  from gradio_pdf import PDF