diff --git a/gui/src/components/OnnxError.tsx b/gui/src/components/OnnxError.tsx index 416414ab..aad760fa 100644 --- a/gui/src/components/OnnxError.tsx +++ b/gui/src/components/OnnxError.tsx @@ -57,15 +57,17 @@ export function OnnxError(props: OnnxErrorProps) { client state: + + If your server is running and available at {props.root}, make sure you are using + a compatible client and try updating to the latest release or unstable version: + +
+            > git branch{'\n'}
+            * main{'\n'}
+            {'\n'}
+            > git pull{'\n'}
+          
- If your server is running and available at {props.root}, make sure you are on - the main branch and try updating to the latest version: -
-              > git branch{'\n'}
-              * main{'\n'}
-              {'\n'}
-              > git pull{'\n'}
-            
You can also use a recent release.