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 df50b3e commit baceaadCopy full SHA for baceaad
webroot/index.html
@@ -148,7 +148,8 @@
148
</head>
149
<body onload='init()'>
150
<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>
+ <P>Swift program that uses a pre-trained Inception model </p>
152
+ <p><a href='http://arxiv.org/abs/1512.00567'>http://arxiv.org/abs/1512.00567</a></p>
153
<canvas id="hwcanvas" width=224 height=224 style="border:1px solid #000000;"></canvas>
154
<p>
155
<input type="range" onchange="setPen(this.value)" value="2" min="1" max="12"><br>
0 commit comments