Hugging Face BlogOct 19, 2023, 12:00 AMimportant 75

Gradio-Lite:完全在瀏覽器中運行的無伺服器 Gradio

Original: Gradio-Lite: Serverless Gradio Running Entirely in Your Browser

Hugging Face has announced the launch of Gradio-Lite (@gradio/lite), a new library that enables Gradio applications to run entirely within…

Hugging Face 發表 Gradio-Lite,這是一項基於 Pyodide (WASM) 的新技術,允許開發者直接在瀏覽器中運行 Gradio 應用,無需配置 Python 後端伺服器。這不僅能大幅降低託管成本,還能確保使用者數據完全留在本地,提升隱私安全性。雖然有初始載入時間較長與庫支援限制,但非常適合輕量級應用與靜態網頁部署。

Hugging Face has announced the launch of Gradio-Lite (@gradio/lite), a new library that enables Gradio applications to run entirely within the user's browser. Traditional Gradio applications rely on a Python backend server to execute code and process data, but Gradio-Lite breaks through this constraint, achieving truly serverless operation.

Full summary

Free shows the 3-line summary; Pro unlocks the full deep summary (~300 words) so you never have to click through.

See Pro plans →

Want the original English / full article?

Read on Hugging Face Blog →

Summaries are AI-generated; the original article is authoritative.