{# Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved. #} {% from "helper.html" import print_flashes %} {% from "helper.html" import print_errors %} {% from "helper.html" import mark_errors %}
{{input}} |
{% for r in predictions %}
{{r[0]}}
{% endfor %} |
{% for r in predictions %}
{{r[1]}}%
{% endfor %} |