Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
gradio-pr-bot authored and whitphx committed Dec 12, 2023
1 parent d4e4c4c commit 40ea93f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/bumpy-cloths-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/annotatedimage": minor
"gradio": minor
---

feat:Lite: Support AnnotatedImage on Wasm
2 changes: 1 addition & 1 deletion js/annotatedimage/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
? null
: `filter: hue-rotate(${Math.round(
(i * 360) / _value?.annotations.length
)}deg);`}
)}deg);`}
/>
{/await}
{/each}
Expand Down

0 comments on commit 40ea93f

Please sign in to comment.