gradio icon indicating copy to clipboard operation
gradio copied to clipboard

Adding image in markdown not working, gives broken image in the browser

Open millermuttu opened this issue 1 year ago • 0 comments

Describe the bug

I wanted to add an image to the heading of the page and tried adding using markdown as follows

gr.Markdown("![image](z.png)")

but it fails to load the image and gives broken image thumbnail

Is there an existing issue for this?

  • [X] I have searched the existing issues

Reproduction

gr.Markdown("![image](z.png)")

Screenshot

image

Logs

No logs

System Info

Gradio version - 3.1.0
python version - 3.8
OS : Windows
Browser: Chrome

Severity

annoying

millermuttu avatar Aug 11 '22 08:08 millermuttu