{% extends 'base.html' %} {% block title %} Home {% endblock %} {% block content %}

Human Skin Diseases Detector

{% if input_img %} {% endif %}
{% if pred %}

Result: {{pred}}

{% else %}

Prediction

{% endif %}
{% if pred_img %} {% endif %}
{% endblock %}