Fixes
- #12026
31cf825
- gradio.Audio does not preload the file in browser style since 5.46.0. Thanks @PRIME-SV! - #12046
de9dad3
- fix: correct various typos in documentation and code. Thanks @shashax42! - #12023
69da8c8
- feat: Extended the waternark positioning feature to Video. Thanks @PRIME-SV! - #12035
ab8dc66
- route progress notifications to the POST SSE Handler for MCP Servers. Thanks @evalstate!