Skip to content

Commit

Permalink
chore: change region (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
munkhuushmgl authored Jun 1, 2021
1 parent 7dd5898 commit 3d47150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SpeechModelAdaptationBetaTest {
private static String UNIQUE_ID = UUID.randomUUID().toString();
private static final String AUDIO_FILE = "gs://cloud-samples-tests/speech/brooklyn.flac";
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
private static final String LOCATION = "us-west1";
private static final String LOCATION = "global";
private static final String CUSTOM_CLASS_ID = "customClassId" + UNIQUE_ID;
private static final String PHRASE_SET_ID = "phraseSetId" + UNIQUE_ID;
private ByteArrayOutputStream bout;
Expand Down

0 comments on commit 3d47150

Please sign in to comment.