raylim commited on
Commit
25f77c6
·
1 Parent(s): f6b9dda

fix imports

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import pandas as pd
4
  from PIL import Image
5
 
6
  from mussel.utils import get_features, segment_tissue
 
7
 
8
  def analyze_slide(slide_path, model_name="RESNET50"):
9
  _, _, coords, attrs = segment_tissue(
 
4
  from PIL import Image
5
 
6
  from mussel.utils import get_features, segment_tissue
7
+ from mussel.models import ModelType
8
 
9
  def analyze_slide(slide_path, model_name="RESNET50"):
10
  _, _, coords, attrs = segment_tissue(