e2e face recognition
diff --git a/photos-ui/photo.html b/photos-ui/photo.html
index 8628549..d41bb29 100644
--- a/photos-ui/photo.html
+++ b/photos-ui/photo.html
@@ -4,7 +4,8 @@
         <title>Photos</title>
     </head>
     <script src="static/photos.js"></script>
-    <body onload="initPhoto('gallery')">
-      <div id="gallery" />
+    <body onload="initImg('photo', '{{ .Id }}')">
+      <img id="photo" onload="drawFaces('photo', 'faces', '{{ .Id }}')" src=""></img>
+      <canvas id="faces"></canvas>
     </body>
 </html>