Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from periodontitis_detection import SimpleDentalSegmentationNoEnhance
|
|
| 12 |
# ==========================
|
| 13 |
model = SimpleDentalSegmentationNoEnhance(
|
| 14 |
unet_model_path="models/unet/best.keras",
|
| 15 |
-
yolo_model_path="
|
| 16 |
)
|
| 17 |
|
| 18 |
# ====================================================
|
|
|
|
| 12 |
# ==========================
|
| 13 |
model = SimpleDentalSegmentationNoEnhance(
|
| 14 |
unet_model_path="models/unet/best.keras",
|
| 15 |
+
yolo_model_path="best2.pt"
|
| 16 |
)
|
| 17 |
|
| 18 |
# ====================================================
|