FOLZi commited on
Commit
7162369
·
verified ·
1 Parent(s): 01d2f88

hf_auth added

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: Financial Assistant helper
 
 
 
 
 
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: Financial Assistant helper
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
+
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).