Downgrade gradio version (file uploads are broken in 3.19.1)

This commit is contained in:
oobabooga 2023-02-25 22:59:02 -03:00
parent 7872a64f78
commit 4548227fb5
2 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,6 @@ css = """
} }
#accordion { #accordion {
} }
/*
.dark svg { .dark svg {
fill: white; fill: white;
} }
@ -36,7 +35,6 @@ svg {
vertical-align: middle !important; vertical-align: middle !important;
margin: 5px; margin: 5px;
} }
*/
ol li p, ul li p { ol li p, ul li p {
display: inline-block; display: inline-block;
} }

View File

@ -1,6 +1,6 @@
accelerate==0.16.0 accelerate==0.16.0
bitsandbytes==0.37.0 bitsandbytes==0.37.0
gradio==3.19.1 gradio==3.18.0
numpy numpy
safetensors==0.2.8 safetensors==0.2.8
git+https://github.com/huggingface/transformers git+https://github.com/huggingface/transformers