Skip to content

Commit

Permalink
Fix image upload (#6363)
Browse files Browse the repository at this point in the history
* Fix upload

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
freddyaboulton and gradio-pr-bot committed Nov 10, 2023
1 parent 55fda81 commit 4d3aad3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/olive-baboons-divide.md
@@ -0,0 +1,6 @@
---
"@gradio/image": patch
"gradio": patch
---

feat:Fix image upload
2 changes: 1 addition & 1 deletion js/image/Index.svelte
Expand Up @@ -122,7 +122,7 @@

<ImageUploader
bind:active_tool
bind:value={_value}
bind:value
selectable={_selectable}
{root}
{sources}
Expand Down

0 comments on commit 4d3aad3

Please sign in to comment.