Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eb51dc3

Browse filesBrowse files
gguussdpebot
authored andcommitted
Fixes broken example in docs (GoogleCloudPlatform#987)
1 parent 0cb7fb8 commit eb51dc3
Copy full SHA for eb51dc3

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎video/cloud-client/analyze/README.rst

Copy file name to clipboardExpand all lines: video/cloud-client/analyze/README.rst
+1-1Lines 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

‎video/cloud-client/analyze/analyze.py

Copy file name to clipboardExpand all lines: video/cloud-client/analyze/analyze.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.