Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from PIL import Image
|
|
| 9 |
os.environ["MPLCONFIGDIR"] = "/tmp/matplotlib"
|
| 10 |
|
| 11 |
# ── Constants and Paths ──
|
| 12 |
-
MODEL_PATH = "/mobilenetv2.pth"
|
| 13 |
CLASS_NAMES = ["undercooked", "raw", "cooked"]
|
| 14 |
IMAGE_SIZE = (224, 224)
|
| 15 |
|
|
|
|
| 9 |
os.environ["MPLCONFIGDIR"] = "/tmp/matplotlib"
|
| 10 |
|
| 11 |
# ── Constants and Paths ──
|
| 12 |
+
MODEL_PATH = "./mobilenetv2.pth"
|
| 13 |
CLASS_NAMES = ["undercooked", "raw", "cooked"]
|
| 14 |
IMAGE_SIZE = (224, 224)
|
| 15 |
|