Spaces:
Starting
on
L40S
Starting
on
L40S
html or UI display issue
#1
by
H-Liu1997
- opened
Hi
@H-Liu1997
In Spaces, the SDK version is specified in the README.md
and the sdk_version
of your Space seems to be 5.0.0
. https://huggingface.co/spaces/H-Liu1997/TANGO/blob/main/README.md
The issue is due to a bug of gradio==5.0.0
, which is fixed in 5.0.1
, so upgrading to 5.0.1
should fix it. (Downgrading to 4.44.1
would work as well, but it would be nice to upgrade to 5.x.)
I just noticed that gr.Markdown
is used here: https://huggingface.co/spaces/H-Liu1997/TANGO/blob/2ca2b26aeab2037fd8d9800e368b754b6a3c3533/app.py#L583
Not sure if this is a bug or a breaking change, but apparently, when using gradio==5.0.1
on Spaces, you need to replace it with gr.HTML
to render it as expected. I'll feedback about this internally.
H-Liu1997
changed discussion status to
closed