Skip to content

Commit 1b231bc

Browse files
Update README.md
1 parent e0ae782 commit 1b231bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ image_np = np.array(input_image)
5151
image_GrayScale = image_np[:, :, 0] * 0.299 + image_np[:, :, 1] * 0.587 + image_np[:, :, 2] * 0.114
5252
```
5353

54-
Setting Hyperparameters and applying **Pad frame** for input image.
54+
Setting **Hyperparameters** and applying **Pad frame** for input image.
5555
<br/>Consider following part of the code:
5656

5757
```py

0 commit comments

Comments
 (0)