Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
perorina
/
yahe
like
0
Model card
Files
Files and versions
xet
Community
main
yahe
/
install.py
perorina
Create install.py
1ce38a5
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
import
launch
if
not
launch.is_installed(
"natsort"
):
launch.run_pip(
"install natsort"
,
"natsort"
)