Skip to content

Commit 1a8eea8

Browse files
dizcologyJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
remove empty input_uri [(#1244)](GoogleCloudPlatform/python-docs-samples#1244)
1 parent 8b1c7b7 commit 1a8eea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/analyze/analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def analyze_labels_file(path):
187187
input_content = movie.read()
188188

189189
operation = video_client.annotate_video(
190-
'', features=features, input_content=input_content)
190+
features=features, input_content=input_content)
191191
print('\nProcessing video for label annotations:')
192192

193193
result = operation.result(timeout=90)

0 commit comments

Comments
 (0)