Spaces:
Sleeping
Sleeping
| { | |
| "name": "ai-media-generator", | |
| "version": "2.0.0", | |
| "description": "Professional AI-powered image generation for marketing and creative content", | |
| "main": "app.py", | |
| "scripts": { | |
| "start": "python app.py", | |
| "dev": "python app.py", | |
| "install": "pip install -r requirements.txt" | |
| }, | |
| "keywords": [ | |
| "ai", | |
| "image-generation", | |
| "stable-diffusion", | |
| "marketing", | |
| "creative-tools", | |
| "gradio", | |
| "huggingface" | |
| ], | |
| "author": "MiniMax Agent", | |
| "license": "MIT", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://huggingface.co/spaces/your-username/ai-media-generator" | |
| }, | |
| "bugs": { | |
| "url": "https://huggingface.co/spaces/your-username/ai-media-generator/discussions" | |
| }, | |
| "homepage": "https://huggingface.co/spaces/your-username/ai-media-generator" | |
| } | |