mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +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 {
|
#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;
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user