Skip to content

Commit baceaad

Browse files
committed
Cleanup the web link
1 parent df50b3e commit baceaad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webroot/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@
148148
</head>
149149
<body onload='init()'>
150150
<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>
151+
<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>
152153
<canvas id="hwcanvas" width=224 height=224 style="border:1px solid #000000;"></canvas>
153154
<p>
154155
<input type="range" onchange="setPen(this.value)" value="2" min="1" max="12"><br>

0 commit comments

Comments
 (0)