ehristoforu's picture
Upload folder using huggingface_hub
0163a2c verified
raw
history blame contribute delete
274 Bytes
import launch
if not launch.is_installed("rembg"):
launch.run_pip("install rembg==2.0.50 --no-deps", "rembg")
for dep in ['onnxruntime', 'pymatting', 'pooch']:
if not launch.is_installed(dep):
launch.run_pip(f"install {dep}", f"{dep} for REMBG extension")