Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
KenjieDec/RemBG
luckycanucky
/
RemBG
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RemBG
/
rembg
/
commands
/
d_command.py
KenjieDec
Update to latest version + sam support?
c8f8b0e
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
231 Bytes
import
click
from
..bg
import
download_models
@click.command(
# type: ignore
name=
"d"
,
help
=
"download all models"
,
)
def
d_command
(
*args, **kwargs
) ->
None
:
"""
Download all models
"""
download_models()