zhaozengxi commited on
Commit
903d2a1
·
verified ·
1 Parent(s): f908b7d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -12
README.md CHANGED
@@ -1,12 +1,22 @@
1
- ---
2
- title: Test1521
3
- emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.0.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- 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
+ # Qwen3 Chat Space
2
+
3
+ A customizable Gradio chatbot UI for Hugging Face model: `Qwen/Qwen3-235B-A22B`
4
+
5
+ ## 🔧 Setup Instructions (for Hugging Face Spaces)
6
+
7
+ 1. Create a new **Gradio Space**
8
+ 2. Upload all files in this folder
9
+ 3. Go to **Settings → Secrets** and add:
10
+
11
+ ```
12
+ Name: HF_TOKEN
13
+ Value: your_huggingface_token
14
+ ```
15
+
16
+ 4. Your chatbot is now ready!
17
+
18
+ ## ✨ Features
19
+
20
+ - System prompt input
21
+ - Adjustable temperature, top_p, max_tokens, repetition penalty
22
+ - Real-time chat history