buletomato25 commited on
Commit
ab0c5ba
·
1 Parent(s): cb12ee0
Files changed (1) hide show
  1. client_secret.json +11 -1
client_secret.json CHANGED
@@ -1 +1,11 @@
1
- {"web":{"client_id":"228160683186-6u7986qsfhcv3kd9iqtv08iphpl4gdk2.apps.googleusercontent.com","project_id":"justtalk-454100","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["http://127.0.0.1:7860/callback"]}}
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "web": {
3
+ "client_id": "228160683186-6u7986qsfhcv3kd9iqtv08iphpl4gdk2.apps.googleusercontent.com",
4
+ "project_id": "justtalk-454100",
5
+ "auth_uri": "https://accounts.google.com/o/oauth2/auth",
6
+ "token_uri": "https://oauth2.googleapis.com/token",
7
+ "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
8
+ "client_secret": "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",
9
+ "redirect_uris": ["https://huggingface.co/spaces/Justtalk/JusTalk/callback"]
10
+ }
11
+ }