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
5018b93
text-to-video
/
app.py
m-ric
HF staff
Update app.py
5018b93
verified
7 months ago
raw
Copy download link
history
blame
Safe
136 Bytes
from
transformers.agents.tools
import
launch_gradio_demo
from
text_to_video
import
TextToVideoTool
launch_gradio_demo(TextToVideoTool)