f4a41d8
1
2
3
4
5
6
7
import launch if not launch.is_installed("rembg"): launch.run_pip("install rembg", "requirement for Geeky RemB") if not launch.is_installed("opencv-python"): launch.run_pip("install opencv-python", "requirement for Geeky RemB")