Remove double loading message

This commit is contained in:
innovaciones 2022-09-23 17:53:59 -05:00 committed by AUTOMATIC1111
parent 910a3d9427
commit 3e4b7fb869

View File

@ -49,7 +49,6 @@ sample_img2img = sample_img2img if os.path.exists(sample_img2img) else None
css_hide_progressbar = """
.wrap .m-12 svg { display:none!important; }
.wrap .m-12::before { content:"Loading..." }
.progress-bar { display:none!important; }
.meta-text { display:none!important; }
"""