File size: 753 Bytes
8b7118c
57150d0
 
 
 
8b7118c
 
57150d0
8b7118c
 
57150d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
title: TTT Text-to-Text Generator
emoji: πŸ€–
colorFrom: green
colorTo: blue
sdk: docker
pinned: false
license: mit
---

# Text-to-Text Generator

A Python-based text generation service powered by Qwen/Qwen3.5-4B with a neobrutalist web interface.

## Features
- πŸ“ Submit text prompts via REST API or web UI
- πŸ€– Automatic generation using Qwen/Qwen3.5-4B
- πŸ’Ύ SQLite database for queue management with task IDs
- 🎨 Neobrutalist UI with real-time progress updates
- πŸ”„ Queue position and estimated wait time

## Usage
Access the web interface at the Space URL above.

## API Endpoints
- POST `/api/submit` - Submit text task
- GET `/api/tasks` - Get all tasks
- GET `/api/tasks/<id>` - Get specific task

---
*Auto-deployed from GitHub*