Spaces:
Configuration error
Configuration error
File size: 635 Bytes
903d2a1 bb5a8e5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
# Qwen3 Chat Space
A customizable Gradio chatbot UI for Hugging Face model: `Qwen/Qwen3-235B-A22B`
## 🔧 Setup Instructions (for Hugging Face Spaces)
1. Create a new **Gradio Space**
2. Upload all files in this folder
3. Go to **Settings → Secrets** and add:
```
Name: HF_TOKEN
Value: your_huggingface_token
```
4. Your chatbot is now ready!
## ✨ Features
- System prompt input
- Adjustable temperature, top_p, max_tokens, repetition penalty
- Real-time chat history
title: {{title}}
emoji: {{emoji}}
colorFrom: {{colorFrom}}
colorTo: {{colorTo}}
sdk: {{sdk}}
sdk_version: "{{sdkVersion}}"
app_file: app.py
pinned: false
|