Spaces:
Running
Running
buletomato25
commited on
Commit
·
1d76990
1
Parent(s):
f009a0b
fix_login
Browse files- .gitignore +0 -0
- app.py +1 -1
.gitignore
CHANGED
Binary files a/.gitignore and b/.gitignore differ
|
|
app.py
CHANGED
@@ -39,7 +39,7 @@ app.config['SECRET_KEY'] = os.urandom(24)
|
|
39 |
os.environ["OAUTHLIB_INSECURE_TRANSPORT"] = "1"
|
40 |
GOOGLE_CLIENT_ID = "228160683186-6u7986qsfhcv3kd9iqtv08iphpl4gdk2.apps.googleusercontent.com"
|
41 |
GOOGLE_CLIENT_SECRET = "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"
|
42 |
-
REDIRECT_URI = "https://huggingface.co/spaces/Justtalk/JusTalk
|
43 |
|
44 |
flow = Flow.from_client_secrets_file(
|
45 |
'client_secret.json',
|
|
|
39 |
os.environ["OAUTHLIB_INSECURE_TRANSPORT"] = "1"
|
40 |
GOOGLE_CLIENT_ID = "228160683186-6u7986qsfhcv3kd9iqtv08iphpl4gdk2.apps.googleusercontent.com"
|
41 |
GOOGLE_CLIENT_SECRET = "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"
|
42 |
+
REDIRECT_URI = "https://huggingface.co/spaces/Justtalk/JusTalk"
|
43 |
|
44 |
flow = Flow.from_client_secrets_file(
|
45 |
'client_secret.json',
|