Pijush2023 commited on
Commit
1e22a37
·
verified ·
1 Parent(s): 3cfd16f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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",