Spaces:
Running
Running
path corrected in model.py
Browse files- backend/model.py +1 -1
backend/model.py
CHANGED
|
@@ -7,7 +7,7 @@ load_dotenv()
|
|
| 7 |
|
| 8 |
MODEL_DIR = Path(__file__).parent / "weights"
|
| 9 |
PT_PATH = MODEL_DIR / "best.pt"
|
| 10 |
-
OV_DIR = MODEL_DIR / "
|
| 11 |
|
| 12 |
|
| 13 |
def ensure_openvino():
|
|
|
|
| 7 |
|
| 8 |
MODEL_DIR = Path(__file__).parent / "weights"
|
| 9 |
PT_PATH = MODEL_DIR / "best.pt"
|
| 10 |
+
OV_DIR = MODEL_DIR / "best_int8_openvino_model"
|
| 11 |
|
| 12 |
|
| 13 |
def ensure_openvino():
|