pemujo commited on
Commit
eedcdb7
·
1 Parent(s): 232e0d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from glob import glob
12
  from PIL import Image
13
 
14
 
15
-
16
  def jaccard_coef(y_true, y_pred):
17
  """
18
  Defines custom jaccard coefficient metric
 
12
  from PIL import Image
13
 
14
 
15
+ print(tf.__version__)
16
  def jaccard_coef(y_true, y_pred):
17
  """
18
  Defines custom jaccard coefficient metric