Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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')
|