bstraehle commited on
Commit
3f68fa0
·
verified ·
1 Parent(s): 7f25538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if credentials.expired:
24
  credentials.refresh(Request())
25
 
26
  vertexai.init(location = "us-central1",
27
- credentials = "BringYourOwn", #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