Its not working?

#37
by usMushi - opened

Hi! I'm new to Vision AI, and I'm currently trying to run this project for the first time. However, when I open the Gradio demo and try using the example images, I keep getting errors. Could this be a bug with the new update, or am I doing something wrong? Any help would be appreciated!

I got some erros like this

r i in range(0, len(croped_pil_image), batch_size):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object cannot be interpreted as an integer

I believe somewhere in the code, the batch size is being passed in as None.

Sign up or log in to comment