panda1835 commited on
Commit
e800808
1 Parent(s): aaebe44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def get_conservation_status(en_name, lan):
80
  }
81
  return status_dict[status][lan]
82
 
83
- def predict(image, language):
84
 
85
  # Load the model
86
  model = load_model('keras_model.h5')
 
80
  }
81
  return status_dict[status][lan]
82
 
83
+ def predict(image, language="Tiếng Việt"):
84
 
85
  # Load the model
86
  model = load_model('keras_model.h5')