Skip to content

Commit

Permalink
replace demomaker with cloud-samples-data/video for video intelligenc…
Browse files Browse the repository at this point in the history
…… [(#2162)](#2162)

* replace demomaker with cloud-samples-data/video for video intelligence samples

* flake
  • Loading branch information
dizcology authored and danoscarmike committed Nov 16, 2020
1 parent 958e0ef commit 4d2047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videointelligence/samples/quickstart/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_quickstart():
video_client = videointelligence.VideoIntelligenceServiceClient()
features = [videointelligence.enums.Feature.LABEL_DETECTION]
operation = video_client.annotate_video(
'gs://demomaker/cat.mp4', features=features)
'gs://cloud-samples-data/video/cat.mp4', features=features)
print('\nProcessing video for label annotations:')

result = operation.result(timeout=120)
Expand Down

0 comments on commit 4d2047e

Please sign in to comment.