File size: 302 Bytes
16d56bf |
1 2 3 4 5 6 7 8 9 |
import launch
if not launch.is_installed("send2trash"):
launch.run_pip("install Send2Trash", "Send2Trash requirement for image browser")
# temporarily deactivated
#if not launch.is_installed("ImageReward"):
#launch.run_pip("install image-reward", "ImageReward requirement for image browser")
|