Souheil-b commited on
Commit
5dd4887
·
1 Parent(s): b0b1a9c

style: change park to snake_case

Browse files
Files changed (1) hide show
  1. src/predict.py +1 -1
src/predict.py CHANGED
@@ -58,7 +58,7 @@ def get_prediction(list_folder, model_file, output_file) -> None:
58
  try:
59
  dict_predictions.append(
60
  {
61
- "Park": folder.split("/")[-1],
62
  "prediction": add_prediction_to_json(predictions),
63
  }
64
  )
 
58
  try:
59
  dict_predictions.append(
60
  {
61
+ "park": folder.split("/")[-1],
62
  "prediction": add_prediction_to_json(predictions),
63
  }
64
  )