mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Downgrade gradio version (file uploads are broken in 3.19.1)
This commit is contained in:
parent
7872a64f78
commit
4548227fb5
@ -27,7 +27,6 @@ css = """
|
||||
}
|
||||
#accordion {
|
||||
}
|
||||
/*
|
||||
.dark svg {
|
||||
fill: white;
|
||||
}
|
||||
@ -36,7 +35,6 @@ svg {
|
||||
vertical-align: middle !important;
|
||||
margin: 5px;
|
||||
}
|
||||
*/
|
||||
ol li p, ul li p {
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
accelerate==0.16.0
|
||||
bitsandbytes==0.37.0
|
||||
gradio==3.19.1
|
||||
gradio==3.18.0
|
||||
numpy
|
||||
safetensors==0.2.8
|
||||
git+https://github.com/huggingface/transformers
|
||||
|
Loading…
Reference in New Issue
Block a user