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)](GoogleCloudPlatform/python-docs-samples#2162)

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

* flake
  • Loading branch information
dizcology authored May 16, 2019
1 parent 16c272f commit 788ac28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 788ac28

Please sign in to comment.