File size: 353 Bytes
31b916c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!DOCTYPE html>
<html>
<body>
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<center><h3 class="mt-5">Live Face and Eye Detection</h3></center>
<img src="{{ url_for('video_feed') }}" width="50%">
</div>
</div>
</div>
</body>
</html> |