Spaces:
Runtime error
Runtime error
metadata
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 DAMOzeroscope_v2_576w
by cerspense
π How to Use
Send a POST request to /generate-video
with the following JSON:
{
"model": "modelscope",
"params": {
"prompt": "A robot dancing in space"
}
}