myhloli commited on
Commit
c462987
·
verified ·
1 Parent(s): 536bd98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,10 +9,10 @@ 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')
18
  os.system('python 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')
18
  os.system('python download_models_hf.py')