Fix image upload (#6363)

* Fix upload

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Freddy Boulton 2023-11-09 19:57:27 -05:00 committed by GitHub
parent 55fda81fa5
commit 4d3aad33a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/image": patch
"gradio": patch
---
feat:Fix image upload

View File

@ -122,7 +122,7 @@
<ImageUploader
bind:active_tool
bind:value={_value}
bind:value
selectable={_selectable}
{root}
{sources}