Skip to content

Commit eeabafd

Browse files
authored
Fixes: MicrosoftDocs/azure-docs/issues/54479
https://github.com/MicrosoftDocs/azure-docs/issues/54479 - Incomplete code
1 parent d492ff7 commit eeabafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/python-disk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ image = Image.open(BytesIO(image_data))
8989
plt.imshow(image)
9090
plt.axis("off")
9191
_ = plt.title(image_caption, size="x-large", y=-0.1)
92+
plt.show()
9293
```
9394

9495
## Examine the response

0 commit comments

Comments
 (0)