Mike Liu (ML)

Results 2 comments of Mike Liu (ML)

I have tried web_demo.py and found the dialog would be displayed as raw HTML code. I guess that the gradio chatbot could automatically convert markdown or TeX formula to HTML...

I knew what was really happening after upgrading `gradio` from 3.28 to 3.35. I found that `gradio` supports native HTML rendering in the `chatbot` component after a certain version, so...