From 0fe7c51bab0c7b4d8672d4ffd78791b7457c9707 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Mon, 19 Feb 2024 12:17:52 +0000 Subject: [PATCH] feat: closes #66 --- views/models/edit.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/views/models/edit.html b/views/models/edit.html index 0ca6ba4..4eb09b9 100644 --- a/views/models/edit.html +++ b/views/models/edit.html @@ -336,15 +336,6 @@ {{ define "run-model-card" }}
- {{ if .NotFound }} -
- The class was not found -
- {{ else if .Result }} -
- Img Class: {{.Result}} -
- {{ end }}
@@ -369,6 +360,20 @@ + {{ if .NotFound }} +
+

+ The class was not found +

+
+ {{ else if .Result }} +
+

+ Result +

+ The image was classified as {{.Result}} +
+ {{ end }} {{ end }}