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
That's because the variable orig_file defined in a block with if should_resize_image:here but always used later even if should_resize_image is False and orig_file is not defined.
The text was updated successfully, but these errors were encountered:
Hello streamlit-cropper Developers!
I got the error
UnboundLocalError: local variable 'orig_file' referenced before assignment
withThat's because the variable
orig_file
defined in a block withif should_resize_image:
here but always used later even ifshould_resize_image
isFalse
andorig_file
is not defined.The text was updated successfully, but these errors were encountered: