mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
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:
parent
55fda81fa5
commit
4d3aad33a0
6
.changeset/olive-baboons-divide.md
Normal file
6
.changeset/olive-baboons-divide.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/image": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Fix image upload
|
@ -122,7 +122,7 @@
|
||||
|
||||
<ImageUploader
|
||||
bind:active_tool
|
||||
bind:value={_value}
|
||||
bind:value
|
||||
selectable={_selectable}
|
||||
{root}
|
||||
{sources}
|
||||
|
Loading…
Reference in New Issue
Block a user