TLDRocket
Sign in

Edge Computing

22 summarised stories about Edge Computing, each linking back to the original source. Browse all topics →

Thursday, 19 October 2023

Gradio-Lite: Serverless Gradio Running Entirely in Your Browser

Hugging Face Blog 2 years ago

Gradio-lite, a JavaScript library powered by Pyodide, enables Gradio machine learning apps to run directly in web browsers without server infrastructure. Applications take 5-15 seconds to load initially while Pyodide installs, and not all Python packages are compatible with the browser runtime. The tool eliminates deployment costs, reduces latency, and keeps user data local, though developers must verify their dependencies work with Pyodide before deployment.