name typo fixed

pull/5/head
vahid K. nejad 2023-04-12 15:59:42 +04:00
parent b4cea33d0d
commit 268c97c528
1 changed files with 5 additions and 0 deletions

5
install.py Normal file
View File

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