Spaces:
Running
on
L40S
Running
on
L40S
Update README.md
Browse files
README.md
CHANGED
@@ -6,11 +6,15 @@ colorTo: blue
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.35.0
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: agpl-3.0
|
|
|
11 |
models:
|
12 |
- opendatalab/PDF-Extract-Kit-1.0
|
13 |
- opendatalab/MinerU2.0-2505-0.9B
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.35.0
|
8 |
app_file: app.py
|
9 |
+
pinned: true
|
10 |
license: agpl-3.0
|
11 |
+
python_version: 3.12
|
12 |
models:
|
13 |
- opendatalab/PDF-Extract-Kit-1.0
|
14 |
- opendatalab/MinerU2.0-2505-0.9B
|
15 |
+
thumbnail: >-
|
16 |
+
https://cdn-uploads.huggingface.co/production/uploads/668f77a3b3991ac0c308a441/dsQTqtqf8SiM5oDe1FKFY.png
|
17 |
+
short_description: A data extraction tool to convert PDF to Markdown and JSON
|
18 |
---
|
19 |
|
20 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|