File size: 1,069 Bytes
82bc399
 
 
fd46f9a
 
82bc399
 
88b3a8b
54c49c7
fd46f9a
82bc399
 
c079f49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
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