myhloli commited on
Commit
5ce2088
·
verified ·
1 Parent(s): 55d8038

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ if os.getenv('apikey'):
29
  with open('/home/user/magic-pdf.json', 'w') as file:
30
  json.dump(data, file, indent=4)
31
 
32
- os.system('cp -r paddleocr /home/user/.paddleocr')
33
  from gradio_pdf import PDF
34
 
35
  import gradio as gr
 
29
  with open('/home/user/magic-pdf.json', 'w') as file:
30
  json.dump(data, file, indent=4)
31
 
32
+ # os.system('cp -r paddleocr /home/user/.paddleocr')
33
  from gradio_pdf import PDF
34
 
35
  import gradio as gr