Update app.py
Browse files
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-
|
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")
|