gradio

Package — GUIPython 3.8+Beginner

Build ML demo UIs in minutes: inputs, outputs, sharing

Quick Info

Documentation
Official Docs
Python Version
3.8+
Dependencies
aiofiles, altair, fastapi, ffmpy, httpx, huggingface-hub, Jinja2, matplotlib, NumPy, orjson, packaging, pandas, Pillow, pydantic, pydub, python-multipart, PyYAML, requests, ruff, semantic-version, tomlkit, typer, uvicorn
Install
pip install gradio

Learn by Difficulty

Quick Example

python
# Install: pip install gradio
import gradio

# Basic gradio usage
print(f"Using gradio")
# See documentation for detailed examples

gradio is a third-party package. Build ML demo UIs in minutes: inputs, outputs, sharing. Install with: pip install gradio

Try in Playground

Tags

packageguiml-demowebinteractive

Related Items