Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,10 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
hf_oauth: true
|
11 |
hf_oauth_scopes:
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
15 |
---
|
16 |
|
17 |
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 |
hf_oauth: true
|
11 |
hf_oauth_scopes:
|
12 |
+
- read-repos
|
13 |
+
- write-repos
|
14 |
+
- manage-repos
|
15 |
+
short_description: Download a model from Ollama, and upload it to the HF Hub
|
16 |
---
|
17 |
|
18 |
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).
|