Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🕶
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
|
@@ -11,8 +11,10 @@ license: apache-2.0
|
|
| 11 |
header: mini
|
| 12 |
fullWidth: true
|
| 13 |
models:
|
| 14 |
-
-
|
| 15 |
-
|
|
|
|
|
|
|
| 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).
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Advanced LLM on Zero
|
| 3 |
emoji: 🕶
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
|
|
|
| 11 |
header: mini
|
| 12 |
fullWidth: true
|
| 13 |
models:
|
| 14 |
+
- Qwen/Qwen3-30B-A3B-Instruct-2507
|
| 15 |
+
- Qwen/Qwen3-Next-80B-A3B-Instruct
|
| 16 |
+
- zai-org/GLM-4.5-Air
|
| 17 |
+
short_description: 'Chat with Advanced LLM'
|
| 18 |
---
|
| 19 |
|
| 20 |
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).
|