From 0b28b242003e407b85bd01ed7923f86366bb6523 Mon Sep 17 00:00:00 2001 From: ZZ Date: Thu, 11 May 2023 15:29:23 +0000 Subject: [PATCH] Update install.py Signed-off-by: ZZ --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 3d368fd..319abae 100644 --- a/install.py +++ b/install.py @@ -2,5 +2,5 @@ import launch if not launch.is_installed("imageio"): launch.run_pip("install imageio", "requirements 0 for Infinite-Zoom") -if not launch.is_installed("imageio-ffmpeg"): +if not launch.is_installed("imageio_ffmpeg"): launch.run_pip("install imageio-ffmpeg", "requirements 1 for Infinite-Zoom")