Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
title: Liquid Demo
|
| 4 |
-
sdk: gradio
|
| 5 |
emoji: 🔥
|
| 6 |
colorFrom: yellow
|
| 7 |
colorTo: green
|
|
|
|
| 8 |
sdk_version: 4.42.0
|
| 9 |
-
python_version: 3.9.18
|
| 10 |
app_file: app.py
|
| 11 |
pinned: true
|
| 12 |
-
short_description:
|
| 13 |
-
---
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Liquid demo
|
|
|
|
|
|
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
sdk_version: 4.42.0
|
| 8 |
+
python_version: "3.9.18"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
+
short_description: Liquid demo app
|
| 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).
|