CharmainChua commited on
Commit
d949e80
·
1 Parent(s): b9a1998
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ def predict(pilimg):
28
 
29
 
30
  REPO_ID = "IT3103-2024S2/224684P"
 
31
  detection_model = load_model(REPO_ID)
32
 
33
  gr.Interface(fn=predict,
 
28
 
29
 
30
  REPO_ID = "IT3103-2024S2/224684P"
31
+
32
  detection_model = load_model(REPO_ID)
33
 
34
  gr.Interface(fn=predict,