Spaces:
Configuration error
Configuration error
# 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 | |