Luodian / RelateAnything

Relate Anything Model is capable of taking an image as input and utilizing SAM to identify the corresponding mask within the image.
Apache License 2.0
438 stars 20 forks source link

Could not create share link #4

Closed imzhaoruijie closed 1 year ago

imzhaoruijie commented 1 year ago

Hello, I would like to ask you the version number of gradio you are using, I use version 3.24 will show some modules do not exist(AttributeError:'Image' object has no attribute 'select',) but update to version 3.25 and above will not load the page(Could not create share link. Please check your internet connection or our status page: https://status.gradio.appimage

Luodian commented 1 year ago

I believe this problem is due to the internet configs, probably the DNS or the wall, you may refer to this page to see if it helps.

And also, you can just turn the share=False to only launch locally in your machine.