I am developing an application, which infer an stable diffusion model when RUN button is pressed. How can i disable/hide this RUN button while model is running, and enable/show it again when done.This reduces a lot of repeated calls.
Hey @datalee,
Thanks for sharing this question. Have you tried using st.empty to replace the “run” button with a disabled button while your model is running?
st.empty