JunRecFour6 commited on
Commit
00467b3
·
verified ·
1 Parent(s): 25fbe95

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -0
templates/index.html CHANGED
@@ -24,6 +24,9 @@
24
  <img src="{{ url_for('result_file', filename=result_image) }}" width="480">
25
  {% endif %}
26
 
 
 
 
27
  {% if frame_images %}
28
  <h2>Key Frames:</h2>
29
  {% for frame in frame_images %}
 
24
  <img src="{{ url_for('result_file', filename=result_image) }}" width="480">
25
  {% endif %}
26
 
27
+ <pre>frame_images: {{ frame_images }}</pre>
28
+
29
+
30
  {% if frame_images %}
31
  <h2>Key Frames:</h2>
32
  {% for frame in frame_images %}