AttributeError: module 'gradio' has no attribute 'ImageEditor' #523
-
With the latest update, I get this error when I try to run. Everything has worked before, and I do have gradio installed. Anyone run into this? |
Beta Was this translation helpful? Give feedback.
Answered by
C0untFloyd
Mar 20, 2024
Replies: 1 comment
-
You need to update some of the python packages (including gradio) with this release. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
C0untFloyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to update some of the python packages (including gradio) with this release.
That's the
pip install -r requirements.txt
in the wiki.