Skip to content

Commit

Permalink
Update ui_routes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur authored May 17, 2024
1 parent 2598aad commit 9c2c7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autotrain/app/ui_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ async def handle_form(
percent_valid=None, # TODO: add to UI
local=hardware.lower() == "local-ui",
)
if task == "image-object-detection":
elif task == "image-object-detection":
dset = AutoTrainObjectDetectionDataset(
train_data=training_files[0],
token=token,
Expand Down

0 comments on commit 9c2c7b5

Please sign in to comment.