myhloli commited on
Commit
0d85725
Β·
verified Β·
1 Parent(s): 358e229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ os.system("sed -i 's|cpu|cuda|g' /home/user/magic-pdf.json")
25
 
26
  os.system('cp -r paddleocr /home/user/.paddleocr')
27
 
28
- os.system("pip install -U gradio-pdf")
29
  from gradio_pdf import PDF
30
 
31
  import gradio as gr
 
25
 
26
  os.system('cp -r paddleocr /home/user/.paddleocr')
27
 
28
+ os.system("pip install gradio-pdf==0.0.15")
29
  from gradio_pdf import PDF
30
 
31
  import gradio as gr