johnlockejrr commited on
Commit
7513ce3
·
verified ·
1 Parent(s): 26ebae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from PIL import Image, ImageDraw
6
 
7
  # Define available OCR models for segmentation and recognition
8
  segmentation_models = {
 
9
  "1col_442_sam_v1.mlmodel": "models/1col_442_sam_v1.mlmodel",
10
  "ubma_sam_v4.mlmodel": "models/ubma_sam_v4.mlmodel"
11
  }
 
6
 
7
  # Define available OCR models for segmentation and recognition
8
  segmentation_models = {
9
+ "sam_41_mss_fs_2400_best.mlmodel": "models/sam_41_mss_fs_2400_best.mlmodel",
10
  "1col_442_sam_v1.mlmodel": "models/1col_442_sam_v1.mlmodel",
11
  "ubma_sam_v4.mlmodel": "models/ubma_sam_v4.mlmodel"
12
  }