Jimin Park commited on
Commit
1c99c03
·
1 Parent(s): 2117cb6

added model

Browse files
Files changed (1) hide show
  1. util/app.py +1 -1
util/app.py CHANGED
@@ -110,7 +110,7 @@ def predict_champion(player_opgg_url, *champions):
110
  if model is None:
111
  return "Model not loaded properly"
112
 
113
- features = get_user_training_df(player_opgg_url, champions)
114
  if isinstance(features, str): # Error message
115
  return features
116
 
 
110
  if model is None:
111
  return "Model not loaded properly"
112
 
113
+ features = get_user_training_df(player_opgg_url)
114
  if isinstance(features, str): # Error message
115
  return features
116