diff --git a/install.py b/install.py index 1a73e3c..8caee59 100644 --- a/install.py +++ b/install.py @@ -1,7 +1,7 @@ import launch if not launch.is_installed("rembg"): - launch.run_pip("install rembg==2.0.38 --no-deps", "rembg") + launch.run_pip("install rembg==2.0.50 --no-deps", "rembg") for dep in ['onnxruntime', 'pymatting', 'pooch']: if not launch.is_installed(dep):