Remsky's picture
Enhance project structure with new app entry point, updated README, and improved UI components; refine .gitignore and loading messages
c079f49
|
raw
history blame
902 Bytes

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:

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