Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 0e1d2bc

Browse files
gguussdanoscarmike
authored andcommitted
Fixes broken example in docs [(#987)](GoogleCloudPlatform/python-docs-samples#987)
1 parent ee31b2e commit 0e1d2bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/analyze/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To run this sample:
8989
Usage Examples:
9090
9191
python analyze.py faces gs://demomaker/google_gmail.mp4
92-
python analyze.py labels gs:/cloud-ml-sandbox/video/chicago.mp4
92+
python analyze.py labels gs://cloud-ml-sandbox/video/chicago.mp4
9393
python analyze.py labels_file resources/cat.mp4
9494
python analyze.py shots gs://demomaker/gbikes_dinosaur.mp4
9595
python analyze.py safe_search gs://demomaker/gbikes_dinosaur.mp4

samples/analyze/analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Usage Examples:
2121
2222
python analyze.py faces gs://demomaker/google_gmail.mp4
23-
python analyze.py labels gs:/cloud-ml-sandbox/video/chicago.mp4
23+
python analyze.py labels gs://cloud-ml-sandbox/video/chicago.mp4
2424
python analyze.py labels_file resources/cat.mp4
2525
python analyze.py shots gs://demomaker/gbikes_dinosaur.mp4
2626
python analyze.py safe_search gs://demomaker/gbikes_dinosaur.mp4

0 commit comments

Comments
 (0)