{# Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. #} {% from "helper.html" import print_flashes %} {% from "helper.html" import print_errors %} {% from "helper.html" import mark_errors %}

Test an image

{{ form.test_image_file.label }} {{ form.test_image_file.tooltip }} {{ form.test_image_file(class='form-control', placeholder='image file') }}

Test a record from valiation set

{{ form.validation_record.label }} {{ form.validation_record.tooltip }} {{ form.validation_record(class='form-control') }}