Gradio Gradio is a Python library for building interactive web UIs and ML demos. This skill covers the core API, patterns, and examples. Guides Detailed guides on specific topics (read these when relevant): - Quickstart - The Interface Class - Blocks and Event Listeners - Controlling Layout - More Blocks Features - Custom CSS and JS - Streaming Outputs - Streaming Inputs - Sharing Your App - Custom HTML Components - Getting Started with the Python Client - Getting Started with the JS Client Core Patterns Interface (high-level): wraps a function with input/output components. Blocks (low-level)…