Spaces:
Running
Running
Update app.py
Browse files
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 |
}
|