Spaces:
Running
Running
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Text-to-Video Generator 🎥✨
|
2 |
+
|
3 |
+
This Space lets you generate videos from text prompts using two models:
|
4 |
+
- `modelscope-text-to-video-synthesis` by Alibaba DAMO
|
5 |
+
- `zeroscope_v2_576w` by cerspense
|
6 |
+
|
7 |
+
## 🛠 How to Use
|
8 |
+
Send a POST request to `/generate-video` with the following JSON:
|
9 |
+
|
10 |
+
```json
|
11 |
+
{
|
12 |
+
"model": "modelscope",
|
13 |
+
"params": {
|
14 |
+
"prompt": "A robot dancing in space"
|
15 |
+
}
|
16 |
+
}
|