mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Quick fixes to the gradio/lite guide (#6020)
* changeset * fix link * fix spelling --------- Co-authored-by: aliabd <ali.si3luwa@gmail.com>
This commit is contained in:
parent
0312c990fb
commit
77e7843f7a
5
.changeset/lite-fake-patch.md
Normal file
5
.changeset/lite-fake-patch.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix: Adds Gradio/lite Guide and Playground to the website
|
@ -1,5 +1,7 @@
|
||||
# Gradio-Lite: Serverless Gradio Running Entirely in Your Browser
|
||||
|
||||
Tags: SERVERLESS, BROWSER, PYODIDE
|
||||
|
||||
Gradio is a popular Python library for creating interactive machine learning apps. Traditionally, Gradio applications have relied on server-side infrastructure to run, which can be a hurdle for developers who need to host their applications.
|
||||
|
||||
Enter Gradio-lite (`@gradio/lite`): a library that leverages [Pyodide](https://pyodide.org/en/stable/) to bring Gradio directly to your browser. In this blog post, we'll explore what `@gradio/lite` is, go over example code, and discuss the benefits it offers for running Gradio applications.
|
@ -34,7 +34,7 @@
|
||||
<a
|
||||
class="link text-black"
|
||||
target="_blank"
|
||||
href="https://gradio.app/main/guides/serverless-gradio">
|
||||
href="https://gradio.app/guides/gradio-lite">
|
||||
Gradio Lite
|
||||
</a>
|
||||
package.
|
||||
|
Loading…
x
Reference in New Issue
Block a user