SpadeAce888 commited on
Commit
92bb951
·
verified ·
1 Parent(s): 8a77ffb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def predict(pilimg):
27
  return out_pilimg
28
 
29
 
30
- REPO_ID = "ITI107-2024S2/2958340N"
31
  detection_model = load_model(REPO_ID)
32
 
33
  title = "Sweet or Chocolate Wafer?"
 
27
  return out_pilimg
28
 
29
 
30
+ REPO_ID = "SpadeAce888/Classification_sweets_chocolate_wafer"
31
  detection_model = load_model(REPO_ID)
32
 
33
  title = "Sweet or Chocolate Wafer?"