Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,17 @@
|
|
1 |
---
|
2 |
title: "Chat with PDF •\_OpenAI"
|
3 |
-
|
4 |
sdk: gradio
|
5 |
-
sdk_version:
|
6 |
python_version: 3.10.6
|
7 |
app_file: app.py
|
8 |
-
|
9 |
hf_oauth: true
|
10 |
-
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
11 |
hf_oauth_expiration_minutes: 480
|
12 |
-
# optional, see "Scopes" below. "openid profile" is always included.
|
13 |
hf_oauth_scopes:
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
---
|
20 |
|
21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: "Chat with PDF •\_OpenAI"
|
|
|
3 |
sdk: gradio
|
4 |
+
sdk_version: 5.8.0
|
5 |
python_version: 3.10.6
|
6 |
app_file: app.py
|
|
|
7 |
hf_oauth: true
|
|
|
8 |
hf_oauth_expiration_minutes: 480
|
|
|
9 |
hf_oauth_scopes:
|
10 |
+
- read-repos
|
11 |
+
- write-repos
|
12 |
+
- manage-repos
|
13 |
+
- inference-api
|
14 |
+
short_description: chatbot
|
15 |
---
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|