Skip to content

Commit 75b4f04

Browse files
Update pipeline.py
1 parent 59015df commit 75b4f04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pipeline/pipeline.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
)
1717
current_traffic_camera_objects.append(traffic_camera_obj)
1818

19-
m = Model()
20-
m.predict(current_traffic_camera_objects)
19+
# Model.predict(current_traffic_camera_objects)

0 commit comments

Comments
 (0)