File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
videointelligence/samples/analyze Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -876,14 +876,16 @@ def stream_generator():
876876 video_streaming_automl_classification_parser .add_argument ("model_id" )
877877
878878 video_streaming_automl_object_tracking_parser = subparsers .add_parser (
879- "streaming-automl-object-tracking" , help = streaming_automl_object_tracking .__doc__
879+ "streaming-automl-object-tracking" ,
880+ help = streaming_automl_object_tracking .__doc__ ,
880881 )
881882 video_streaming_automl_object_tracking_parser .add_argument ("path" )
882883 video_streaming_automl_object_tracking_parser .add_argument ("project_id" )
883884 video_streaming_automl_object_tracking_parser .add_argument ("model_id" )
884885
885886 video_streaming_automl_action_recognition_parser = subparsers .add_parser (
886- "streaming-automl-action-recognition" , help = streaming_automl_action_recognition .__doc__
887+ "streaming-automl-action-recognition" ,
888+ help = streaming_automl_action_recognition .__doc__ ,
887889 )
888890 video_streaming_automl_action_recognition_parser .add_argument ("path" )
889891 video_streaming_automl_action_recognition_parser .add_argument ("project_id" )
You can’t perform that action at this time.
0 commit comments