Spaces:
Sleeping
Sleeping
style: change park to snake_case
Browse files- 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 |
-
"
|
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 |
)
|