From 42991a6e6b948e0039f8756608ca3116e6b59168 Mon Sep 17 00:00:00 2001 From: danaharon Date: Mon, 17 Apr 2017 14:06:48 -0700 Subject: [PATCH] Update transcribe_async.py to have long GCS flac example [(#904)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/904) --- samples/snippets/transcribe_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/transcribe_async.py b/samples/snippets/transcribe_async.py index bbf67355..fd0a0340 100644 --- a/samples/snippets/transcribe_async.py +++ b/samples/snippets/transcribe_async.py @@ -19,7 +19,7 @@ Example usage: python transcribe_async.py resources/audio.raw - python transcribe_async.py gs://cloud-samples-tests/speech/brooklyn.flac + python transcribe_async.py gs://cloud-samples-tests/speech/vr.flac """ import argparse