Spaces:
Sleeping
Sleeping
rebaseline07_23Sept25_04 - Twaek README - RE: hf_oauth: true (ValueError: OAuth is required but OAUTH_CLIENT_ID environment variable is not set)
Browse files
README.md
CHANGED
|
@@ -6,14 +6,14 @@ colorTo: purple
|
|
| 6 |
sdk: gradio
|
| 7 |
command: python main.py
|
| 8 |
app_file: main.py
|
|
|
|
| 9 |
python_version: 3.12
|
| 10 |
license: mit
|
| 11 |
pinned: true
|
| 12 |
short_description: PDF & HTML parser to markdown
|
| 13 |
models: [meta-llama/Llama-4-Maverick-17B-128E-Instruct, openai/gpt-oss-120b, openai/gpt-oss-20b]
|
| 14 |
tags: [markdown, PDF, parser, converter, extractor]
|
| 15 |
-
|
| 16 |
-
preload_from_hub: [https://huggingface.co/datalab-to/surya_layout, https://huggingface.co/datalab-to/surya_tablerec, huggingface.co/datalab-to/line_detector0, https://huggingface.co/tarun-menta/ocr_error_detection/blob/main/config.json]
|
| 17 |
owner: research-semmyk
|
| 18 |
#---
|
| 19 |
#
|
|
@@ -38,7 +38,7 @@ owner: research-semmyk
|
|
| 38 |
version: 0.1.0
|
| 39 |
readme: README.md
|
| 40 |
requires-python: ">=3.12"
|
| 41 |
-
dependencies: []
|
| 42 |
#owner: research-semmyk
|
| 43 |
#preload_from_hub:
|
| 44 |
# - https://huggingface.co/datalab-to/surya_layout
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
command: python main.py
|
| 8 |
app_file: main.py
|
| 9 |
+
hf_oauth: true
|
| 10 |
python_version: 3.12
|
| 11 |
license: mit
|
| 12 |
pinned: true
|
| 13 |
short_description: PDF & HTML parser to markdown
|
| 14 |
models: [meta-llama/Llama-4-Maverick-17B-128E-Instruct, openai/gpt-oss-120b, openai/gpt-oss-20b]
|
| 15 |
tags: [markdown, PDF, parser, converter, extractor]
|
| 16 |
+
#preload_from_hub: [https://huggingface.co/datalab-to/surya_layout, https://huggingface.co/datalab-to/surya_tablerec, huggingface.co/datalab-to/line_detector0, https://huggingface.co/tarun-menta/ocr_error_detection/blob/main/config.json]
|
|
|
|
| 17 |
owner: research-semmyk
|
| 18 |
#---
|
| 19 |
#
|
|
|
|
| 38 |
version: 0.1.0
|
| 39 |
readme: README.md
|
| 40 |
requires-python: ">=3.12"
|
| 41 |
+
#dependencies: []
|
| 42 |
#owner: research-semmyk
|
| 43 |
#preload_from_hub:
|
| 44 |
# - https://huggingface.co/datalab-to/surya_layout
|