Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
ddoc
/
pta
like
0
Model card
Files
Files and versions
xet
Community
main
pta
/
install.py
ddoc
Upload 36 files
d9f3559
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
151 Bytes
import
launch
if
not
launch.is_installed(
"moviepy"
):
launch.run_pip(
"install moviepy==1.0.3"
,
"requirements for Prompt Travel to generate video"
)