Skip to content

Commit

Permalink
fix image_info bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hourout authored Sep 29, 2019
1 parent 35c80bd commit f12914a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorview/watch/_watch_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def image_info(root, path='image_info.html', show_original=False):
['jfif_density', info['jfif_density']]
]
table_charts = Table().add(headers, rows)
page = Page(layout=pe.charts.Page.SimplePageLayout).add(*[image_charts, table_charts])
page = Page(layout=Page.SimplePageLayout).add(*[image_charts, table_charts])
return page.render(path)


0 comments on commit f12914a

Please sign in to comment.