druvx13 commited on
Commit
9b717fc
·
verified ·
1 Parent(s): 70fc14a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -4,9 +4,30 @@ emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.36.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).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.31.0
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).
13
+
14
+ # Qwen1.5-0.5B Text Generation App
15
+ A web interface for the Qwen1.5-0.5B text generation model with adjustable creativity and output length controls.
16
+
17
+ ## 💡 Features
18
+ - Adjustable temperature for creativity control
19
+ - Customizable output length
20
+ - Clean, responsive interface
21
+ - Optimized for HuggingFace Spaces
22
+
23
+ ## 📦 Requirements
24
+ - Python 3.8+
25
+ - CUDA-compatible GPU recommended
26
+
27
+ ## 🚀 Deployment Guide
28
+ 1. Create new Space on [HuggingFace](https://huggingface.co/spaces )
29
+ 2. Select SDK: **Gradio**
30
+ 3. Upload:
31
+ - `app.py`
32
+ - `requirements.txt`
33
+ 4. Add to `.gitignore`: