We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38da286 commit df50b3eCopy full SHA for df50b3e
webroot/index.html
@@ -147,7 +147,7 @@
147
</script>
148
</head>
149
<body onload='init()'>
150
-<H1>Perfect TensorFlow Demo - Computer Vision</H1>
+<H3>Perfect TensorFlow Demo - Computer Vision</H3>
151
<P>Swift program that uses a pre-trained Inception model (http://arxiv.org/abs/1512.00567)</P>
152
<canvas id="hwcanvas" width=224 height=224 style="border:1px solid #000000;"></canvas>
153
<p>
@@ -171,6 +171,6 @@ <H1>Perfect TensorFlow Demo - Computer Vision</H1>
171
<input type="file" id="file_input"><br>
172
<input type=Reset onclick='reset()'><input type=button value='Recognize' onclick='recog()'>
173
</p><hr>
174
- <H2 id='Outcome'></H2>
+ <H3 id='Outcome'></H3>
175
</body>
176
</html>
0 commit comments