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

A newer version of the Gradio SDK is available: 6.24.0

Upgrade
metadata
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 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, which runs the same app on the build from PR #13678.