GET URL of uploaded image and pass to chat gpt

No. I answered my own question by finding in the documentation that if I use

Img.get_url(False) 

It will not download the image. So I can view the image on the web browser.