浏览代码

Remove <center> tags, which are breaking images in README.md files

Neal Wu 8 年之前
父节点
当前提交
40a5739ae2
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 2
      inception/README.md
  2. 0 2
      street/README.md

+ 0 - 2
inception/README.md

@@ -18,9 +18,7 @@ evaluation with a computational cost of 5 billion multiply-adds per inference
 and with using less than 25 million parameters. Below is a visualization of the
 model architecture.
 
-<center>
 ![Inception-v3 Architecture](g3doc/inception_v3_architecture.png)
-</center>
 
 ## Description of Code
 

+ 0 - 2
street/README.md

@@ -32,11 +32,9 @@ identify the name of a street (in France) from an image containing upto four
 different views of the street name sign. The model merges information from the
 different views and normalizes the text to the correct format. For example:
 
-<center>
 ![Example image](g3doc/avdessapins.png)
 
 Avenue des Sapins
-</center>
 
 
 ## Installing and setting up the STREET model