JunRecFour6 commited on
Commit
20703e9
·
verified ·
1 Parent(s): 00467b3

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -30,7 +30,7 @@
30
  {% if frame_images %}
31
  <h2>Key Frames:</h2>
32
  {% for frame in frame_images %}
33
- <source src="{{ url_for('uploaded_file', filename=video_filename) }}" type="video/mp4">
34
  {% endfor %}
35
  {% endif %}
36
 
 
30
  {% if frame_images %}
31
  <h2>Key Frames:</h2>
32
  {% for frame in frame_images %}
33
+ <img src="{{ url_for('result_file', filename=frame) }}" width="240">
34
  {% endfor %}
35
  {% endif %}
36