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...
1f99294
text-to-video
/
app.py
lysandre
HF staff
typo
280e8b0
almost 2 years ago
raw
Copy download link
history
blame
Safe
134 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
text_to_video
import
TextToVideoTool
launch_gradio_demo(TextToVideoTool)