test1521 / README.md
zhaozengxi's picture
Update README.md
bb5a8e5 verified
# 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