Skip to content

I get this error AttributeError: 'NoneType' object has no attribute 'array_interface' on colorization #19

@nass2020

Description

@nass2020

Hello, thank you for this amazing project!

I'm able to launch test.py and the Gradio interface loads properly.
However, when I try to run the colorization process by uploading an image and pressing the button, I get this error:

File "/mnt/c/Control-Color/test.py", line 395, in is_gray_scale
img = Image.fromarray(img)
AttributeError: 'NoneType' object has no attribute 'array_interface'

Thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions