Add Space metadata with cyberpunk color scheme
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# LumaAI Video Generator
|
2 |
|
3 |
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.
|
|
|
1 |
+
---
|
2 |
+
title: LumaAI Video Generator
|
3 |
+
emoji: 🎬
|
4 |
+
colorFrom: deeppink
|
5 |
+
colorTo: cyan
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.4.0
|
8 |
+
python_version: 3.10
|
9 |
+
app_file: gradio_app.py
|
10 |
+
pinned: false
|
11 |
+
---
|
12 |
+
|
13 |
# LumaAI Video Generator
|
14 |
|
15 |
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.
|