Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Text to Video Generator
|
3 |
+
sdk: static
|
4 |
+
emoji: 🔥
|
5 |
+
colorFrom: gray
|
6 |
+
colorTo: red
|
7 |
+
pinned: true
|
8 |
+
---
|
9 |
+
# Text-to-Video Generator 🎥✨
|
10 |
+
|
11 |
+
This Space lets you generate videos from text prompts using two models:
|
12 |
+
- `modelscope-text-to-video-synthesis` by Alibaba DAMO
|
13 |
+
- `zeroscope_v2_576w` by cerspense
|
14 |
+
|
15 |
+
## 🛠 How to Use
|
16 |
+
Send a POST request to `/generate-video` with the following JSON:
|
17 |
+
|
18 |
+
```json
|
19 |
+
{
|
20 |
+
"model": "modelscope",
|
21 |
+
"params": {
|
22 |
+
"prompt": "A robot dancing in space"
|
23 |
+
}
|
24 |
+
}
|