You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxkskhor
changed the title
Using gr.Markdown as output of a function disables the loading spinner
Using gr.Markdown as output of gr.Button disables the loading spinner
Dec 10, 2024
Hi @maxkskhor yes the gr.Markdown needs to be a minimum height (either explicitly set as you did, or based on its content) for the loading spinner to appear.
Describe the bug
Using
gr.Markdown
as output ofgr.Button
disables the loading spinner.The spinner works in other components such as
gr.Textbox
orgr.HTML
.The loading spinner worked in Gradio 4.42.0 but doesn't work in Gradio 5.8.0.
The user would not know if the app is running as the loading spinner is not working for
gr.Markdown
.Have you searched existing issues? 🔎
Reproduction
Screenshot
Logs
System Info
Severity
I can work around it.
The text was updated successfully, but these errors were encountered: