New to Gradio? Start here: Getting Started
See the Release History
Introduction
Gradio Clients
Gradio applications support programmatic requests from many environments:
- The Python Client:
gradio-clientallows you to make requests from Python environments. - The JavaScript Client:
@gradio/clientallows you to make requests in TypeScript from the browser or server-side. - You can also query gradio apps directly from cURL.
Community Clients
We also encourage the development and use of third party clients built by the community:
- Rust Client:
gradio-rsbuilt by @JacobLinCool allows you to make requests in Rust. - Powershell Client:
powershaibuilt by @rrg92 allows you to make requests to Gradio apps directly from Powershell. See here for documentation