Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -919,7 +919,9 @@ client_id = os.getenv("GOOGLE_CLIENT_ID")
|
|
919 |
client_secret = os.getenv("GOOGLE_CLIENT_SECRET")
|
920 |
authorization_base_url = 'https://accounts.google.com/o/oauth2/auth'
|
921 |
token_url = 'https://accounts.google.com/o/oauth2/token'
|
922 |
-
redirect_uri = 'http://localhost:7860/callback'
|
|
|
|
|
923 |
scope = [
|
924 |
"https://www.googleapis.com/auth/userinfo.profile",
|
925 |
"https://www.googleapis.com/auth/userinfo.email",
|
|
|
919 |
client_secret = os.getenv("GOOGLE_CLIENT_SECRET")
|
920 |
authorization_base_url = 'https://accounts.google.com/o/oauth2/auth'
|
921 |
token_url = 'https://accounts.google.com/o/oauth2/token'
|
922 |
+
#redirect_uri = 'http://localhost:7860/callback'
|
923 |
+
redirect_uri = 'https://huggingface.co/spaces/Pijush2023/omaha062028v3'
|
924 |
+
|
925 |
scope = [
|
926 |
"https://www.googleapis.com/auth/userinfo.profile",
|
927 |
"https://www.googleapis.com/auth/userinfo.email",
|