Spaces:
Runtime error
Runtime error
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Webcam Object Detection</title> | |
</head> | |
<body> | |
<h1>Webcam Object Detection using YOLOv5</h1> | |
<div> | |
<img id="video_feed" src="{{ url_for('video_feed') }}"> | |
</div> | |
</body> | |
</html> | |