Skip to content

Commit 4579448

Browse files
committed
added text between images
1 parent 4fd9c39 commit 4579448

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

advanced_source/super_resolution_with_onnxruntime.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,12 @@ def to_numpy(tensor):
333333

334334
######################################################################
335335
# .. figure:: /_static/img/cat_resized.jpg
336+
#
337+
# Low-res image
338+
#
336339
# .. figure:: /_static/img/cat_superres_with_ort.jpg
337-
# :alt: output\_cat
340+
#
341+
# Image after super-resolution
338342
#
339343
#
340344
# ONNX Runtime being a cross platform engine, you can run it across

0 commit comments

Comments
 (0)