switch to gradio 3.8

This commit is contained in:
AUTOMATIC
2022-11-02 09:47:53 +03:00
parent 65522ff157
commit 95c6308ccd
5 changed files with 38 additions and 11 deletions

View File

@@ -260,6 +260,16 @@ input[type="range"]{
#txt2img_negative_prompt, #img2img_negative_prompt{
}
/* gradio 3.8 adds opacity to progressbar which makes it blink; disable it here */
.transition.opacity-20 {
opacity: 1 !important;
}
/* more gradio's garbage cleanup */
.min-h-\[4rem\] {
min-height: unset !important;
}
#txt2img_progressbar, #img2img_progressbar, #ti_progressbar{
position: absolute;
z-index: 1000;