Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rixwew committed Jan 24, 2019
2 parents 7d96f84 + c3f5cc2 commit 2259a91
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/image-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ python search_example.py --query "./images/143700.jpg"

### Sample Image Query

<img src="/images/143700.jpg" width="100" />
<img src="images/143700.jpg" width="100" />

### Search Result


<p float="left">
<img src="/images/126201.jpg" width="100" />
<img src="/images/126200.jpg" width="100" />
<img src="/images/101504.jpg" width="100" />
<img src="/images/101502.jpg" width="100" />
<img src="/images/101503.jpg" width="100" />
</p>
<img src="images/126201.jpg" width="100" />
<img src="images/126200.jpg" width="100" />
<img src="images/101504.jpg" width="100" />
<img src="images/101502.jpg" width="100" />
<img src="images/101503.jpg" width="100" />
</p>

0 comments on commit 2259a91

Please sign in to comment.