Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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 %}
|