lowboonsiong commited on
Commit
fcd8429
·
verified ·
1 Parent(s): 409dbc0

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 = "lowboonsiong/7821983W-lowboonsiong"
31
  detection_model = load_model(REPO_ID)
32
 
33
  gr.Interface(fn=predict,
 
27
  return out_pilimg
28
 
29
 
30
+ REPO_ID = "ITI107-2024S2/7821983W-lowboonsiong"
31
  detection_model = load_model(REPO_ID)
32
 
33
  gr.Interface(fn=predict,