sayakpaul HF staff commited on
Commit
3833bfc
1 Parent(s): 25c8381

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/Dehazing/input/1440_10.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/Dehazing/input/1440_10.png"
50
  image = Image.open(requests.get(url, stream=True).raw)
51
  image = np.array(image)
52
  image = tf.convert_to_tensor(image)