Beasto commited on
Commit
fa3671e
·
1 Parent(s): 2a55b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
3
  import numpy as np
4
  from PIL import Image
5
  import tensorflow_addons as tfa
6
-
7
  import tensorflow as tf
8
  from tensorflow.keras.utils import custom_object_scope
9
 
 
3
  import numpy as np
4
  from PIL import Image
5
  import tensorflow_addons as tfa
6
+ import cv2
7
  import tensorflow as tf
8
  from tensorflow.keras.utils import custom_object_scope
9