gradio-10107-before / README.md
hysts's picture
hysts HF Staff
Reproduce gradio-app/gradio#10107 (before the fix)
fcbf272 verified
|
Raw
History Blame Contribute Delete
697 Bytes
---
title: gradio 10107 before
emoji: ๐Ÿ“‰
colorFrom: gray
colorTo: red
sdk: gradio
sdk_version: 6.20.0
app_file: app.py
pinned: false
---
Reproduces [gradio-app/gradio#10107](https://github.com/gradio-app/gradio/issues/10107) on the released gradio 6.20.0.
Send `plot` to get a bokeh chart, then send anything else and watch the chat area while the reply streams. The chart flickers and the view flips between the top and the bottom of the conversation on every streaming update.
The fixed counterpart is [gradio-10107-after](https://huggingface.co/spaces/hysts-debug/gradio-10107-after), which runs the same app on the build from [PR #13678](https://github.com/gradio-app/gradio/pull/13678).