Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ if credentials.expired:
|
|
24 |
credentials.refresh(Request())
|
25 |
|
26 |
vertexai.init(location = "us-central1",
|
27 |
-
credentials =
|
28 |
project = project
|
29 |
)
|
30 |
|
|
|
24 |
credentials.refresh(Request())
|
25 |
|
26 |
vertexai.init(location = "us-central1",
|
27 |
+
credentials = credentials,
|
28 |
project = project
|
29 |
)
|
30 |
|