Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ import tensorflow as tf
|
|
46 |
import numpy as np
|
47 |
import requests
|
48 |
|
49 |
-
url = https://github.com/sayakpaul/maxim-tf/raw/main/images/Denoising/input/0011_23.png
|
50 |
image = Image.open(requests.get(url, stream=True).raw)
|
51 |
image = np.array(image)
|
52 |
image = tf.convert_to_tensor(image)
|
|
|
46 |
import numpy as np
|
47 |
import requests
|
48 |
|
49 |
+
url = "https://github.com/sayakpaul/maxim-tf/raw/main/images/Denoising/input/0011_23.png"
|
50 |
image = Image.open(requests.get(url, stream=True).raw)
|
51 |
image = np.array(image)
|
52 |
image = tf.convert_to_tensor(image)
|