Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ if credentials.expired:
|
|
25 |
|
26 |
vertexai.init(location = "us-central1",
|
27 |
credentials = "BringYourOwn", #credentials,
|
28 |
-
project =
|
29 |
)
|
30 |
|
31 |
from vertexai.preview.generative_models import GenerativeModel
|
|
|
25 |
|
26 |
vertexai.init(location = "us-central1",
|
27 |
credentials = "BringYourOwn", #credentials,
|
28 |
+
project = project
|
29 |
)
|
30 |
|
31 |
from vertexai.preview.generative_models import GenerativeModel
|