Ankit8544 commited on
Commit
583d50b
·
verified ·
1 Parent(s): c24f679

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -16
README.md CHANGED
@@ -1,16 +1,22 @@
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
- }
 
 
 
 
 
 
 
1
+ ---
2
+ title: Wan2.1-T2V-1.3B-Diffusers API
3
+ sdk: static
4
+ emoji:
5
+ colorTo: red
6
+ ---
7
+ # Text-to-Video Generator 🎥✨
8
+
9
+ This Space lets you generate videos from text prompts using two models:
10
+ - `modelscope-text-to-video-synthesis` by Alibaba DAMO
11
+ - `zeroscope_v2_576w` by cerspense
12
+
13
+ ## 🛠 How to Use
14
+ Send a POST request to `/generate-video` with the following JSON:
15
+
16
+ ```json
17
+ {
18
+ "model": "modelscope",
19
+ "params": {
20
+ "prompt": "A robot dancing in space"
21
+ }
22
+ }