--- title: LumaAI Video Generator emoji: 🎬 colorFrom: pink colorTo: green sdk: gradio sdk_version: 5.4.0 python_version: 3.10.12 app_file: app.py pinned: true --- # LumaAI Video Generator A Gradio web interface for generating videos using LumaAI's API. Transform your prompts into mesmerizing videos with optional image input and camera motion controls. ## Features - Text-to-video generation - Image-to-video generation - Camera motion controls - Real-time status updates with fun messages - Modern, user-friendly interface ## Usage 1. Enter your LumaAI API key 2. Type your creative prompt 3. (Optional) Select a camera motion 4. (Optional) Upload an image 5. Click Generate and watch the magic happen! ## Development To run locally: ```bash pip install -r requirements.txt python gradio_app.py ``` ## Deployment This app is ready for Hugging Face Spaces deployment. Simply push to your Spaces repository and it will automatically deploy. ## Environment Variables - No environment variables required - API key is input through the UI ## License MIT