SHXn3 commited on
Commit
84eafa0
·
verified ·
1 Parent(s): a22a0ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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