Skip to content

Commit a90a742

Browse files
committed
change
1 parent 8507b88 commit a90a742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

speech/src/transcribe_sync.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
// Include Google Cloud dependendencies using Composer
2525
require_once __DIR__ . '/../vendor/autoload.php';
2626

27-
if (count($argv) != 2) {
28-
return print("Usage: php transcribe_sync.php AUDIO_FILE\n");
29-
}
27+
// if (count($argv) != 2) {
28+
// return print("Usage: php transcribe_sync.php AUDIO_FILE\n");
29+
// }
3030
list($_, $audioFile) = $argv;
3131

3232
# [START speech_transcribe_sync]

0 commit comments

Comments
 (0)