@gradio/markdown-code@0.7.0
📦 gradioView on GitHub →
✨ 2 features🔧 2 symbols
Summary
This release introduces caching capabilities via the new @gr.cache() decorator and the lower-level gr.Cache utility.
✨ New Features
- Added @gr.cache() decorator for caching deterministic functions.
- Introduced a lower-level gr.Cache that uses dependency injection.