saurabh091 commited on
Commit
e622417
·
verified ·
1 Parent(s): a0eeaf7

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -76,7 +76,7 @@
76
  {% for image in pred_image_list %}
77
  <h2>Detected Image:</h2>
78
  <p>{{image}}</p>
79
- <img src="{{ url_for('static', filename='static/Image_Prediction/'+image) }}" alt="chk">
80
  {% endfor %}
81
 
82
  <br> <br>
 
76
  {% for image in pred_image_list %}
77
  <h2>Detected Image:</h2>
78
  <p>{{image}}</p>
79
+ <img src="{{ url_for('static', filename='static/Image_Prediction/'+image) }}" width="700" height="500" alt="chk">
80
  {% endfor %}
81
 
82
  <br> <br>