Prediction Results
Fake Percentage: {{ fake_percentage }}%
Result Type: {{ result_type }}
Fake Frame Count: {{ fake_frame_count }}
{{ plot_html|safe }}
Fake Frame Intervals:
{% if fake_frame_intervals == "No Frame" %}
No Frame
{% else %}
{% for start, end in fake_frame_intervals %}
- {{ start }}s - {{ end }}s
{% endfor %}
{% endif %}
Analyze Another File