File size: 1,011 Bytes
71cbd72
 
 
 
 
 
 
 
 
 
 
b3e5802
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: 0.6wen
emoji: πŸƒ
colorFrom: gray
colorTo: gray
sdk: gradio
sdk_version: 5.30.0
app_file: app.py
pinned: false
---

# Qwen3-0.6B Text-to-Text Chat Interface

A Gradio-powered web interface for interacting with the Qwen3-0.6B language model from HuggingFace.

## Features
- Interactive chat interface
- Adjustable generation parameters
- Input validation and error handling
- Mobile-responsive design
- Example prompts for inspiration

## Requirements
- Python 3.8+
- CUDA-compatible GPU recommended but not required
- At least 8GB RAM (16GB recommended)

## Installation
1. Install dependencies: `pip install -r requirements.txt`
2. Run the app: `python app.py`

## Deployment on HuggingFace Spaces
1. Create new Space with Gradio SDK
2. Upload all files
3. Add `/model_cache` to `.gitignore`
4. Enable GPU hardware in Space settings

## Tips
- For production use, consider adding rate limiting
- Can be extended to support multi-turn conversations
- Add system prompt functionality for role-playing