{% extends "_layout.html" %} {% block title %}Try-On — {{ product.product_name }}{% endblock %} {% block head %} {% endblock %} {% block body %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
⚠️ {{ msg }}
{% endfor %} {% endwith %}
{{ product.product_name }}

{{ product.product_name }}

Choose how you want to try this on:

📁
Upload Photo
Select from your device
preview
⏳ Processing your try-on… this may take 20–40 seconds
📷 Try On with Live Camera
{% if result_image_url %}

✅ Try-On Result

Try-On Result
{% endif %}
{% endblock %}