semmyk commited on
Commit
9d4150d
·
1 Parent(s): 15e9c77

baseline08_beta0.4.1_07Oct25: Quick fix: hf_oauth_scopes

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- #oauth_scopes: [read-access]
13
- hf_oauth_scopes: [read-access, inference-api]
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