Stevenqaq commited on
Commit
8039b47
·
verified ·
1 Parent(s): 2799521

Update app classifacation.py

Browse files
Files changed (1) hide show
  1. app classifacation.py +1 -1
app classifacation.py CHANGED
@@ -20,7 +20,7 @@ def predict(img):
20
 
21
 
22
  path = "./"
23
- learn_inf = load_learner(path + "resnet34_stage-1cele.pkl")
24
 
25
  option = st.radio("", ["Upload Image", "Image URL"])
26
 
 
20
 
21
 
22
  path = "./"
23
+ learn_inf = load_learner(path + "resnet34_stagecele.pkl")
24
 
25
  option = st.radio("", ["Upload Image", "Image URL"])
26