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")