The team behind Gradio has released version 5 of their popular Python library, which simplifies the creation of interactive web demos for machine learning models. This major update introduces a redesigned interface, improved performance, and new features aimed at both developers and end-users.
Key highlights include a refreshed UI with better accessibility, faster loading times, and enhanced support for real-time applications. Gradio 5 also simplifies deployment with built-in hosting options, making it easier to share models without complex infrastructure.
"Gradio 5 represents a significant leap forward in making AI accessible," said the lead developer. "We focused on speed, simplicity, and user experience."
The update also includes better integration with popular ML frameworks like Hugging Face Transformers and PyTorch, along with new components for multimodal inputs and outputs.
Existing users can upgrade via pip install --upgrade gradio, while new users can get started with the official documentation.