bstraehle commited on
Commit
7f25538
·
verified ·
1 Parent(s): 0c09b64

Update app.py

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