You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError Traceback (most recent call last) in
----> 1 import clipit
2 # To reset settings to default
3 clipit.reset_settings()
4 # You can use "|" to separate multiple prompts
5 prompts = "underwater city"
2 frames /usr/local/lib/python3.7/dist-packages/imageio/plugins/ffmpeg.py in download(directory, force_download)
36 def download(directory=None, force_download=False): # pragma: no cover
37 raise RuntimeError(
---> 38 "imageio.ffmpeg.download() has been deprecated. "
39 "Use 'pip install imageio-ffmpeg' instead.'"
40 )
RuntimeError: imageio.ffmpeg.download() has been deprecated. Use 'pip install imageio-ffmpeg' instead.'
Hello.
Is it work?
Could you explain how to?
The text was updated successfully, but these errors were encountered: