|
|
--- |
|
|
title: Qq |
|
|
emoji: π¬ |
|
|
colorFrom: yellow |
|
|
colorTo: purple |
|
|
sdk: gradio |
|
|
sdk_version: 5.31.0 |
|
|
app_file: app.py |
|
|
pinned: false |
|
|
--- |
|
|
|
|
|
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). |
|
|
|
|
|
# Qwen1.5-0.5B Text Generation App |
|
|
A web interface for the Qwen1.5-0.5B text generation model with adjustable creativity and output length controls. |
|
|
|
|
|
## π‘ Features |
|
|
- Adjustable temperature for creativity control |
|
|
- Customizable output length |
|
|
- Clean, responsive interface |
|
|
- Optimized for HuggingFace Spaces |
|
|
|
|
|
## π¦ Requirements |
|
|
- Python 3.8+ |
|
|
- CUDA-compatible GPU recommended |
|
|
|
|
|
## π Deployment Guide |
|
|
1. Create new Space on [HuggingFace](https://huggingface.co/spaces ) |
|
|
2. Select SDK: **Gradio** |
|
|
3. Upload: |
|
|
- `app.py` |
|
|
- `requirements.txt` |
|
|
4. Add to `.gitignore`: |