Spaces:
Running
Running
buletomato25
commited on
Commit
·
9d373c7
1
Parent(s):
1d76990
fix_url
Browse files
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/callback"
|
43 |
|
44 |
flow = Flow.from_client_secrets_file(
|
45 |
'client_secret.json',
|