Skip to content

Commit ce9bf4d

Browse files
munkhuushmgltelpirion
authored andcommitted
chore: fix region problem (#171)
1 parent c0587e3 commit ce9bf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/snippets/speech_model_adaptation_beta_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
STORAGE_URI = "gs://cloud-samples-data/speech/brooklyn_bridge.raw"
2727
_, PROJECT_ID = google.auth.default()
28-
LOCATION = "us-west1"
28+
LOCATION = "global"
2929
client = speech.AdaptationClient()
3030

3131

0 commit comments

Comments
 (0)