Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
about 2 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"
)