Skip to content

Commit

Permalink
remove empty input_uri [(#1244)](GoogleCloudPlatform/python-docs-samp…
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcology authored and danoscarmike committed Sep 30, 2020
1 parent 7b4fb62 commit d86a419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d86a419

Please sign in to comment.