myhloli commited on
Commit
358e229
β€’
1 Parent(s): 16d3fa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ from pathlib import Path
8
  import re
9
 
10
  # os.system('pip install -U magic-pdf==0.8.1')
11
- os.system('pip install -U magic_pdf-0.9.0a9-py3-none-any.whl')
 
12
 
13
  # from huggingface_hub import snapshot_download
14
  # model_dir = snapshot_download('opendatalab/PDF-Extract-Kit')
 
8
  import re
9
 
10
  # os.system('pip install -U magic-pdf==0.8.1')
11
+ # os.system('pip install -U magic_pdf-0.9.0a9-py3-none-any.whl')
12
+ os.system('pip install git+https://github.com/opendatalab/MinerU.git@dev')
13
 
14
  # from huggingface_hub import snapshot_download
15
  # model_dir = snapshot_download('opendatalab/PDF-Extract-Kit')