name typo fixed
parent
b4cea33d0d
commit
268c97c528
|
|
@ -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")
|
||||
Loading…
Reference in New Issue