text-to-video / app.py
lysandre's picture
lysandre HF staff
Initial commit
3366701
from transformers.tools.base import launch_gradio_demo
from text_to_image import TextToVideoTool
launch_gradio_demo(TextToVideoTool)