gradio
7e8c829a - Add `.input()` events to `gr.Audio` and `gr.Image` (#8836)

Commit
350 days ago
Add `.input()` events to `gr.Audio` and `gr.Image` (#8836) * add input * format * add changeset * add changeset * add audio browser tests * add browser tests * notebooks --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Author
Parents
  • .changeset
    • File
      olive-bushes-warn.md
  • demo
    • audio_component_events
      • File
        run.ipynb
      • File
        run.py
    • image_component_events
      • File
        run.ipynb
      • File
        run.py
  • gradio/components
    • File
      audio.py
    • File
      image.py
  • js
    • app/test
      • File
        audio_component_events.spec.ts
      • File
        image_component_events.spec.ts
    • audio
      • File
        Index.svelte
    • image
      • File
        Index.svelte