--- 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/` - Get specific task --- *Auto-deployed from GitHub*