Update dependencies and fix layout

This commit is contained in:
henryruhs
2025-03-02 15:18:37 +01:00
parent d459ae981e
commit 6c49a9779b
2 changed files with 9 additions and 6 deletions

View File

@@ -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;

View File

@@ -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