mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
Fix Audio in Chatbot bug (#9676)
* fix * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
60b6603437
commit
fd0264f335
6
.changeset/stupid-snakes-build.md
Normal file
6
.changeset/stupid-snakes-build.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix Audio in Chatbot bug
|
@ -184,7 +184,7 @@
|
||||
{i18n}
|
||||
{upload}
|
||||
{_fetch}
|
||||
on:load={scroll}
|
||||
on:load={() => scroll()}
|
||||
/>
|
||||
{:else if message.type === "component" && message.content.component === "file"}
|
||||
<a
|
||||
|
Loading…
x
Reference in New Issue
Block a user