--- title: AI Creative Studio emoji: ๐ŸŽต colorFrom: blue colorTo: purple sdk: gradio sdk_version: 5.28.0 app_file: app.py pinned: false hardware: zero-a10g --- # AI Creative Studio โ€” abalanescu/flow > Multi-modal AI showcase leveraging **ZeroGPU** (40 min/day A100) + **Inference API** (~$2/mo credit). ## ๐Ÿš€ Quick Start ```bash # 1. Clone & set up git clone https://huggingface.co/spaces/abalanescu/flow cd flow cp .env.example .env export $(cat .env | grep -v '^#' | xargs) # 2. Install deps uv pip install -e ".[dev,telemetry]" # 3. Run python -m app ``` ## ๐Ÿงช Local Test (no GPU needed for inference API calls) ```bash python -c "from app import demo; demo()" ``` ## ๐Ÿ“ Project Structure ``` hf/ โ”œโ”€โ”€ app.py # Gradio app (5 tabs) โ”œโ”€โ”€ pyproject.toml # Dependencies โ”œโ”€โ”€ .env.example # Secrets template โ”œโ”€โ”€ .gitignore โ”œโ”€โ”€ freight/ # Freight SFT generator โ”‚ โ”œโ”€โ”€ generator.py โ”‚ โ”œโ”€โ”€ sample_data/ โ”‚ โ””โ”€โ”€ train_qwen_lora.py โ”œโ”€โ”€ scripts/ # Utility scripts โ”œโ”€โ”€ docs/ # Documentation โ””โ”€โ”€ tests/ # (TODO: add tests) ``` ## ๐Ÿ”‘ Two HF Resources | Resource | What it runs | How it's billed | |---|---|---| | **ZeroGPU** | Local GGUF models via `@spaces.GPU` | 40 min/day A100, free | | **Inference API** | Serverless hosted models | ~$2/mo credit | ## ๐Ÿ“– License MIT