metadata
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