Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
|
5 |
# Load pre-trained YOLOv8 models
|
6 |
docseg_model1 = YOLO("yolov8x-doclaynet-epoch64-imgsz640-initiallr1e-4-finallr1e-5.pt")
|
7 |
-
docseg_model2 = YOLO("path/to/your/second/model.pt") # Replace with your second model's path
|
8 |
|
9 |
# Available models
|
10 |
MODELS = {
|
|
|
4 |
|
5 |
# Load pre-trained YOLOv8 models
|
6 |
docseg_model1 = YOLO("yolov8x-doclaynet-epoch64-imgsz640-initiallr1e-4-finallr1e-5.pt")
|
7 |
+
# docseg_model2 = YOLO("path/to/your/second/model.pt") # Replace with your second model's path
|
8 |
|
9 |
# Available models
|
10 |
MODELS = {
|