File size: 226 Bytes
3ed724c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>YOLOS Object Detection Result</title>
</head>
<body>
    <h1>YOLOS Object Detection Result</h1>
    <img src="data:image/png;base64,{{ image }}" alt="Detected Objects">
</body>
</html>