Files
deteksi-badan/templates/index.html
2023-08-26 03:14:09 +08:00

10 lines
199 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Pose Detection</title>
</head>
<body>
<h1>Pose Detection</h1>
<img src="{{ url_for('video_feed') }}" width="640" height="480">
</body>
</html>