Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
| 1 |
---
|
| 2 |
-
title: BytePlus
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: BytePlus Video Generator
|
| 3 |
+
emoji: 🎥
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.8.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# BytePlus Video Generator for Hugging Face Spaces
|
| 14 |
+
|
| 15 |
+
Generate stunning videos from images and text prompts using the BytePlus API.
|
| 16 |
+
|
| 17 |
+
## How to use
|
| 18 |
+
|
| 19 |
+
1. Enter your BytePlus API key (provided as "key")
|
| 20 |
+
2. Upload a starting image or use the default URL
|
| 21 |
+
3. Enter a text prompt describing the video you want
|
| 22 |
+
4. Click "Generate Video" and wait for the result
|
| 23 |
+
|
| 24 |
+
## Features
|
| 25 |
+
|
| 26 |
+
- 🖼️ Image-to-video generation
|
| 27 |
+
- 📝 Custom text prompts
|
| 28 |
+
- 🔄 Real-time status updates
|
| 29 |
+
- 🎬 Video preview
|
| 30 |
+
- 📋 Direct video URL output
|