From 268c97c52824e01bd43838d25dbcf381b6ff51cd Mon Sep 17 00:00:00 2001 From: "vahid K. nejad" Date: Wed, 12 Apr 2023 15:59:42 +0400 Subject: [PATCH] name typo fixed --- install.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install.py diff --git a/install.py b/install.py new file mode 100644 index 0000000..2dbcdac --- /dev/null +++ b/install.py @@ -0,0 +1,5 @@ +import launch + +if not launch.is_installed("imageio"): + if not launch.is_installed("imageio.plugins.ffmpeg"): + launch.run_pip("install imageio[ffmpeg]", "requirements for Infinite-Zoom")