{% extends 'base.html' %} {% load static %} {%block content%} {%if no_faces%}

No faces detected. Cannot process the video.
{%else%}

Frames Split

{% for each_image in preprocessed_images %} {%endfor%}

Face Cropped Frames

{% for each_image in faces_cropped_images %} {%endfor%}

Play to see Result

{%if output == "REAL" %}

Result: {{output}} real {%else%}

Result: {{output}} fake {%endif%}

{%endif%} {%endblock%} {%block js_cripts%} {%endblock%}