BolyosCsaba commited on
Commit
bdfb070
·
1 Parent(s): 4f8874a

fix: add inference-api OAuth scope for HF Inference calls

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -7,6 +7,8 @@ sdk: gradio
7
  sdk_version: "6.13.0"
8
  app_file: app.py
9
  hf_oauth: true
 
 
10
  pinned: true
11
  license: mit
12
  ---
 
7
  sdk_version: "6.13.0"
8
  app_file: app.py
9
  hf_oauth: true
10
+ hf_oauth_scopes:
11
+ - inference-api
12
  pinned: true
13
  license: mit
14
  ---