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