Spaces:
Sleeping
Sleeping
Alberto Carmona
commited on
Commit
·
fec8f67
1
Parent(s):
3e9f4d2
Add tags section and ensure proper formatting in README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,11 @@ sdk: gradio
|
|
7 |
sdk_version: 5.0.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
7 |
sdk_version: 5.0.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
tags:
|
11 |
+
- agent-demo-track
|
12 |
---
|
13 |
|
14 |
+
|
15 |
+
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).
|
16 |
+
|
17 |
+
Video: link
|