diff --git a/samples/analyze/analyze.py b/samples/analyze/analyze.py index 0c177c45..3cba9bae 100644 --- a/samples/analyze/analyze.py +++ b/samples/analyze/analyze.py @@ -187,7 +187,7 @@ def analyze_labels_file(path): input_content = movie.read() operation = video_client.annotate_video( - '', features=features, input_content=input_content) + features=features, input_content=input_content) print('\nProcessing video for label annotations:') result = operation.result(timeout=90)