Skip to content

Commit b5a99b0

Browse files
authored
Apply suggestions from code review
1 parent 8a47400 commit b5a99b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: advanced_source/super_resolution_with_onnxruntime.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,11 @@ def to_numpy(tensor):
332332
img.save("cat_resized.jpg")
333333

334334
######################################################################
335+
# Here is the comparison between the two images:
336+
#
335337
# .. figure:: /_static/img/cat_resized.jpg
336338
#
337-
# Low-res image
339+
# Low-resolution image
338340
#
339341
# .. figure:: /_static/img/cat_superres_with_ort.jpg
340342
#

0 commit comments

Comments
 (0)