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
I've downloaded the application(main) and tried to run it in the terminal, but I'm facing the following issue: "PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x000002E6FB762700>" I changed the "URL = "http://e793-34-123-73-186.ngrok-free.app/api/transform" to "URL = "http://localhost:5000/api/transform"". Can anyone explain? Or tell me how to run it? I'm new to Python, so if I'm making a mistake, please correct me.
The text was updated successfully, but these errors were encountered:
I tried to run it on colab but when i upload some sample image on the gradio app it does not seem to work it shows an error
Can someone help me fix this this is important
Thanks
,
I've downloaded the application(main) and tried to run it in the terminal, but I'm facing the following issue: "PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x000002E6FB762700>" I changed the "URL = "http://e793-34-123-73-186.ngrok-free.app/api/transform" to "URL = "http://localhost:5000/api/transform"". Can anyone explain? Or tell me how to run it? I'm new to Python, so if I'm making a mistake, please correct me.
The text was updated successfully, but these errors were encountered: