Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,15 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
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).
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
tags:
|
14 |
+
- medical
|
15 |
+
- chatbot
|
16 |
+
inference:
|
17 |
+
enabled: true
|
18 |
+
compute:
|
19 |
+
accelerator: T4
|
20 |
+
cpu: 2
|
21 |
+
memory: 8Gi
|
22 |
+
|
23 |
+
|
24 |
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).
|