Spaces:
Running
on
Zero
Running
on
Zero
baseline08_beta0.4.1_07Oct25: Quick fix: hf_oauth_scopes
Browse files
README.md
CHANGED
|
@@ -9,8 +9,8 @@ python_version: 3.12
|
|
| 9 |
command: python main.py
|
| 10 |
app_file: main.py
|
| 11 |
hf_oauth: true
|
| 12 |
-
|
| 13 |
-
hf_oauth_scopes: [
|
| 14 |
license: mit
|
| 15 |
pinned: true
|
| 16 |
short_description: PDF & HTML parser to markdown
|
|
|
|
| 9 |
command: python main.py
|
| 10 |
app_file: main.py
|
| 11 |
hf_oauth: true
|
| 12 |
+
oauth_scopes: [read-access]
|
| 13 |
+
hf_oauth_scopes: [inference-api]
|
| 14 |
license: mit
|
| 15 |
pinned: true
|
| 16 |
short_description: PDF & HTML parser to markdown
|