mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
client docs tweaks (#4196)
* ci typo * fix * again * again * again * ignore workbench * small tweaks for publish + docs
This commit is contained in:
parent
8df714f32d
commit
83134c10eb
@ -10,5 +10,5 @@
|
||||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": ["@gradio/app", "@gradio/spaces-test"]
|
||||
"ignore": ["@gradio/app", "@gradio/spaces-test", "@gradio/workbench"]
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ A javascript (and typescript) client to call Gradio APIs.
|
||||
The Gradio JavaScript client is available on npm as `@gradio/client`. You can install it as below:
|
||||
|
||||
```sh
|
||||
npm i -D @gradio/client
|
||||
npm i @gradio/client
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -34,7 +34,7 @@ The Gradio client works with any hosted Gradio app, whether it be an image gener
|
||||
The lightweight `@gradio/client` package can be installed from the npm registry with a package manager of your choice and support node version 18 and above:
|
||||
|
||||
```bash
|
||||
npm i -D @gradio/client
|
||||
npm i @gradio/client
|
||||
```
|
||||
|
||||
## Connecting to a running Gradio App
|
||||
|
Loading…
x
Reference in New Issue
Block a user