Skip to content

Commit

Permalink
remove empty input_uri [(#1244)](#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcology authored and leahecole committed Sep 15, 2023
1 parent ff9db3e commit 68db45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videointelligence/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 68db45a

Please sign in to comment.