etahamad commited on
Commit
c5c7189
1 Parent(s): 1780971

model: beta testing

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. plant_model_v1-beta.h5 +3 -0
app.py CHANGED
@@ -33,7 +33,7 @@ def main() :
33
 
34
  def predict_class(image) :
35
  with st.spinner('Loading Model...'):
36
- classifier_model = keras.models.load_model(r'plant_badr_model.h5', compile = False)
37
 
38
  shape = ((200,200,3))
39
  model = keras.Sequential([hub.KerasLayer(classifier_model, input_shape = shape)]) # ye bhi kaam kar raha he
33
 
34
  def predict_class(image) :
35
  with st.spinner('Loading Model...'):
36
+ classifier_model = keras.models.load_model(r'plant_model_v1-beta.h5', compile = False)
37
 
38
  shape = ((200,200,3))
39
  model = keras.Sequential([hub.KerasLayer(classifier_model, input_shape = shape)]) # ye bhi kaam kar raha he
plant_model_v1-beta.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71a33ab6a846e5e80aaded60c9278245cc19a1ef5d8691e03c7701fc1a3d431a
3
+ size 3061008