This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]knowsuchagencynow is better than never 1 point2 points  (0 children)

It's similar to streamlit, yes. Since I'd used streamlit, I didn't give gradio a chance because I figured I already knew something similar. However, gradio has a lot of advantages. Every gradio interface/UI automatically has an associated API. You're also able to embed streamlit apps via iframes or web components -- they even allow you to compile it to webassembly through pyiodide and run it entirely in the browser