maxbetjes commited on
Commit
fc26e6a
·
verified ·
1 Parent(s): 31abf6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import cv2
6
  from PIL import Image
7
  import tensorflow as tf
8
  from skimage.feature import peak_local_max
 
9
 
10
  model_adresses = {"Intestinal organoids (0.32x0.32x2.0 um)": './model_positions',
11
  "c. Elegans embryo (0.1x0.1x1.0 um)": './model_positions'}
 
6
  from PIL import Image
7
  import tensorflow as tf
8
  from skimage.feature import peak_local_max
9
+ import scipy as sc
10
 
11
  model_adresses = {"Intestinal organoids (0.32x0.32x2.0 um)": './model_positions',
12
  "c. Elegans embryo (0.1x0.1x1.0 um)": './model_positions'}