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:
Abubakar Abid 2023-10-19 11:15:01 -07:00 committed by GitHub
parent 0312c990fb
commit 77e7843f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"gradio": patch
---
fix: Adds Gradio/lite Guide and Playground to the website

View File

@ -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.

View File

@ -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.