Rual113GJ commited on
Commit
4c75e11
1 Parent(s): 2a108bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def load_model_with_hub():
22
  return model
23
 
24
  # Loading model with custom objects
25
- model = load_model_with_hub()
26
 
27
  def predict(input_image):
28
  try:
 
22
  return model
23
 
24
  # Loading model with custom objects
25
+ model = load_model_with_hub(model_cat_dog.h5)
26
 
27
  def predict(input_image):
28
  try: