Hello there ๐ I'm getting error while inferring. Maybe this is because you don't pre-define shape for the input Images?inputs = gr.inputs.Image(), that's maybe why you get NoneType error ๐
inputs = gr.inputs.Image(),
ยท Sign up or log in to comment