Ahsen Khaliq commited on
Commit
a78ce6b
1 Parent(s): bc3aebd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ side_length = 512
16
 
17
  import cv2 as cv
18
  import numpy as np
 
19
 
20
  def inference(img):
21
  image = np.array(img)
 
16
 
17
  import cv2 as cv
18
  import numpy as np
19
+ from PIL import Image
20
 
21
  def inference(img):
22
  image = np.array(img)