推論模型
{% for model in model_options %}
{{ model.name }} ({{ model.backend }})
{% endfor %}
{% if image_data_url %}
{% else %}
Input Image
{% endif %}
點擊圖片區塊選擇檔案
Model: {{ selected_model }}
Class: {{ class_label }}
Confidence: {{ confidence }}
Acc: {{ acc }}
{% if error %}
{{ error }}
{% endif %}
{{ result_label_zh }}
開始預測