Skip to content

@gradio/client@2.3.1

Choose a tag to compare

@gradio-pr-bot gradio-pr-bot released this 07 Jul 18:46
601769e

Fixes

  • #13588 2e80558 - Fire state.change() for streaming (.stream()) events. Thanks @hysts!
  • #13581 461d82d - Use same-origin credentials in the JS client so cross-origin embeds work again. Thanks @hysts!
  • #13579 3d26f41 - Make Client.predict() reject its returned promise on unknown endpoints so the error is catchable. Thanks @abidlabs!