Add Hugging Face Space configuration
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# PixVerse Video Generation API
|
| 2 |
|
| 3 |
FastAPI application for generating videos from images using PixVerse AI, with storage on Digital Ocean Spaces.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: PixVerse Video Generator API
|
| 3 |
+
emoji: 🎬
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
# PixVerse Video Generation API
|
| 12 |
|
| 13 |
FastAPI application for generating videos from images using PixVerse AI, with storage on Digital Ocean Spaces.
|