Merge pull request #113 from v8hid/develop

Minor fix
pull/119/head
vahid khroasani 2023-09-05 04:11:31 +03:00 committed by GitHub
commit d6461e7daa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ import launch
if not launch.is_installed("imageio"): if not launch.is_installed("imageio"):
launch.run_pip("install imageio", "requirements 0 for Infinite-Zoom") 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") launch.run_pip("install imageio-ffmpeg", "requirements 1 for Infinite-Zoom")