Skip to content

Commit

Permalink
Update pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Inscrutablydistinct authored Oct 13, 2024
1 parent e81de6a commit 748a382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipeline/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
)
current_traffic_camera_objects.append(traffic_camera_obj)

Model.predict(current_traffic_camera_objects)
m = Model()
m.predict(current_traffic_camera_objects)

0 comments on commit 748a382

Please sign in to comment.