@gradio/statustracker@0.14.0
📦 gradioView on GitHub →
✨ 2 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces the new @gr.cache() decorator and gr.Cache for function caching, along with a fix for validation error visibility in StatusTracker components.
✨ New Features
- Added @gr.cache() decorator for caching deterministic functions.
- Added lower-level gr.Cache that uses dependency injection.
🐛 Bug Fixes
- Fixed showing validation errors on StatusTracker-dependent components.