text-to-video / README.md
Ankit8544's picture
Update README.md
507bcc1 verified
---
title: Text to Video Generator
sdk: docker
emoji: πŸ”₯
colorFrom: gray
colorTo: red
pinned: true
---
# Text-to-Video Generator πŸŽ₯✨
This Space lets you generate videos from text prompts using two models:
- `modelscope-text-to-video-synthesis` by Alibaba DAMO
- `zeroscope_v2_576w` by cerspense
## πŸ›  How to Use
Send a POST request to `/generate-video` with the following JSON:
```json
{
"model": "modelscope",
"params": {
"prompt": "A robot dancing in space"
}
}