myhloli commited on
Commit
125d9ca
·
verified ·
1 Parent(s): c462987

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,9 +9,9 @@ import re
9
  import uuid
10
  import pymupdf
11
 
12
- os.system('pip install -U magic-pdf==0.10.5')
13
- # os.system('pip uninstall -y magic-pdf')
14
- # os.system('pip install git+https://github.com/opendatalab/MinerU.git@dev')
15
  # os.system('pip install git+https://github.com/myhloli/Magic-PDF.git@dev')
16
 
17
  os.system('wget https://github.com/opendatalab/MinerU/raw/master/scripts/download_models_hf.py -O download_models_hf.py')
 
9
  import uuid
10
  import pymupdf
11
 
12
+ # os.system('pip install -U magic-pdf==0.10.5')
13
+ os.system('pip uninstall -y magic-pdf')
14
+ os.system('pip install git+https://github.com/opendatalab/MinerU.git@dev')
15
  # os.system('pip install git+https://github.com/myhloli/Magic-PDF.git@dev')
16
 
17
  os.system('wget https://github.com/opendatalab/MinerU/raw/master/scripts/download_models_hf.py -O download_models_hf.py')