Ankit8544/text-to-video
1
Text-to-Video Generator ๐ฅโจ
This Space lets you generate videos from text prompts using two models:
modelscope-text-to-video-synthesisby Alibaba DAMOzeroscope_v2_576wby cerspense
๐ How to Use
Send a POST request to /generate-video with the following JSON:
{
"model": "modelscope",
"params": {
"prompt": "A robot dancing in space"
}
}