We just released gradio version 4.26.0 ! We *highly* recommend you upgrade your apps to this version to bring in these nice changes:
๐ฅ Introducing the API recorder. Any gradio app running 4.26.0 and above will have an "API Recorder" that will record your interactions with the app and auto-generate the corresponding python or js code needed to recreate those actions programmatically. It's very neat!
๐ Enhanced markdown rendering in gr.Chatbot
๐ข Fix for slow load times on spaces as well as the UI locking up on rapid generations
Gradio 4.25.0 is out with some nice improvements and bug fixes!
๐งน Automatic deletion of gr.State variables stored in the server. Never run out of RAM again. Also adds an unload event you can run when a user closes their browser tab.
๐ด Lazy example caching. You can set cache_examples="lazy" to cache examples when they're first requested as opposed to before the server launches. This can cut down the server's start-up time drastically.
๐ Fixes a bug with streaming audio outputs
๐ค Improvements to gr.ChatInterface like pasting images directly from the clipboard.