Spaces:
Runtime error
Runtime error
File size: 345 Bytes
07fc447 | 1 2 3 4 5 6 7 8 9 10 11 | from pathlib import Path
vit_model_path=Path(r"artifacts\model\VIT_model\model.pth")
vit_mlb_path=Path(r"artifacts\model\VIT_model\mlb.joblib")
vgg_model_path=Path(r"artifacts\model\vgg_model\model.keras")
vgg_mlb_path=Path(r"artifacts\model\vgg_model\mlb.joblib")
layout_model_path=Path(r"artifacts\model\layout_model\model.pth") |