diff --git a/install.py b/install.py index 3311ea3..aac8b58 100644 --- a/install.py +++ b/install.py @@ -3,5 +3,5 @@ import launch if not launch.is_installed("send2trash"): launch.run_pip("install Send2Trash", "Send2Trash requirement for image browser") -if not launch.is_installed("image-reward"): +if not launch.is_installed("ImageReward"): launch.run_pip("install image-reward", "ImageReward requirement for image browser")