mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-07-09 16:41:49 +08:00
5 lines
66 B
Python
5 lines
66 B
Python
from rembg.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|