bstraehle commited on
Commit
1611592
·
1 Parent(s): 720ccc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ credentials = os.environ["CREDENTIALS"]
10
  project = os.environ["PROJECT"]
11
 
12
  vertexai.init(project = project,
13
- location = "us-west1",
14
  credentials = credentials)
15
 
16
  generation_model = TextGenerationModel.from_pretrained("text-bison@001")
 
10
  project = os.environ["PROJECT"]
11
 
12
  vertexai.init(project = project,
13
+ location = "us-central1",
14
  credentials = credentials)
15
 
16
  generation_model = TextGenerationModel.from_pretrained("text-bison@001")