bstraehle commited on
Commit
596ea3a
·
verified ·
1 Parent(s): 3f68fa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ config = {
15
  "top_p": 1.0,
16
  }
17
 
18
- credentials = json.loads(credentials)
19
 
20
  from google.oauth2 import service_account
21
  credentials = service_account.Credentials.from_service_account_info(credentials)
 
15
  "top_p": 1.0,
16
  }
17
 
18
+ credentials = "BringYourOwn" #json.loads(credentials)
19
 
20
  from google.oauth2 import service_account
21
  credentials = service_account.Credentials.from_service_account_info(credentials)