Update dependencies and fix layout
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
:root:root:root:root .gradio-container
|
:root:root:root:root .gradio-container
|
||||||
{
|
{
|
||||||
max-width: 110em;
|
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root:root:root:root main
|
||||||
|
{
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
:root:root:root:root input[type="number"]
|
:root:root:root:root input[type="number"]
|
||||||
{
|
{
|
||||||
appearance: textfield;
|
appearance: textfield;
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
gradio==5.15.0
|
gradio==5.20.0
|
||||||
gradio-rangeslider==0.0.8
|
gradio-rangeslider==0.0.8
|
||||||
numpy==2.2.2
|
numpy==2.2.3
|
||||||
onnx==1.17.0
|
onnx==1.17.0
|
||||||
onnxruntime==1.20.1
|
onnxruntime==1.20.1
|
||||||
opencv-python==4.11.0.86
|
opencv-python==4.11.0.86
|
||||||
psutil==6.1.1
|
psutil==7.0.0
|
||||||
pydantic==2.10.6
|
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
scipy==1.15.1
|
scipy==1.15.2
|
||||||
|
|||||||
Reference in New Issue
Block a user