SomePersonAlt's picture
Duplicate from huggingface-tools/text-to-video
a58210c
raw
history blame contribute delete
134 Bytes
from transformers.tools.base import launch_gradio_demo
from text_to_video import TextToVideoTool
launch_gradio_demo(TextToVideoTool)