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 Jon Wayne Parrott committed Dec 1, 2017
1 parent 8b1c7b7 commit 1a8eea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/analyze/analyze.py
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 1a8eea8

Please sign in to comment.