Bhanu-Chander-ABB commited on
Commit
2341297
·
1 Parent(s): f3b56d3

set hf_oauth True in readme

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -9,6 +9,11 @@ app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
  short_description: clone of the code for agents course in huggingface
 
 
 
 
 
12
  ---
13
 
14
  An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
9
  pinned: false
10
  license: apache-2.0
11
  short_description: clone of the code for agents course in huggingface
12
+
13
+ hf_oauth: true
14
+ # optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
15
+ hf_oauth_expiration_minutes: 480
16
+ # optional, see "Scopes" below. "openid profile" is always included.
17
  ---
18
 
19
  An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).