Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface-tools
/
text-to-video
like
13
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3366701
text-to-video
/
app.py
lysandre
HF staff
Initial commit
3366701
over 1 year ago
raw
Copy download link
history
blame
134 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
text_to_image
import
TextToVideoTool
launch_gradio_demo(TextToVideoTool)