From 39d9bfff03201f7c6dcb38fee3856dd537ab4b62 Mon Sep 17 00:00:00 2001 From: Rebecca Taylor Date: Fri, 5 Oct 2018 14:36:07 -0700 Subject: [PATCH] Add note about gs://demomaker for video test files --- video/cloud-client/analyze/analyze_test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/video/cloud-client/analyze/analyze_test.py b/video/cloud-client/analyze/analyze_test.py index 60a01789a1dc..221c366bfa5c 100644 --- a/video/cloud-client/analyze/analyze_test.py +++ b/video/cloud-client/analyze/analyze_test.py @@ -22,6 +22,9 @@ BUCKET = os.environ['CLOUD_STORAGE_BUCKET'] + + +# Videos used for these tests can be found in the gs://demomaker/ public bucket LABELS_FILE_PATH = '/video/cat.mp4' EXPLICIT_CONTENT_FILE_PATH = '/video/cat.mp4' SHOTS_FILE_PATH = '/video/gbikes_dinosaur.mp4'