Han Lee commited on
Commit
4e929f4
·
1 Parent(s): c645a12
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ from vertexai.preview.language_models import ChatModel, InputOutputTextPair
19
 
20
  # Imports the Google Cloud client library
21
 
22
- credential_path = "GOOGLE_APPLICATION_CREDENTIALS=~/santa/didso.json"
23
- os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = credential_path
24
 
25
  # GOOGLE_APPLICATION_CREDENTIALS = os.environ['GOOGLE_APPLICATION_CREDENTIALS']
26
  # subprocess.call(f"wget --no-check-certificate -O {GOOGLE_APPLICATION_CREDENTIALS}", shell=True)
 
19
 
20
  # Imports the Google Cloud client library
21
 
22
+ # credential_path = "GOOGLE_APPLICATION_CREDENTIALS=~/santa/didso.json"
23
+ # os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = credential_path
24
 
25
  # GOOGLE_APPLICATION_CREDENTIALS = os.environ['GOOGLE_APPLICATION_CREDENTIALS']
26
  # subprocess.call(f"wget --no-check-certificate -O {GOOGLE_APPLICATION_CREDENTIALS}", shell=True)