aagoluoglu commited on
Commit
6bc4285
·
verified ·
1 Parent(s): b4f3540

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from modules.dataset import query_emotion
16
  # https://huggingface.co/spaces/{username}/{space}/settings
17
  API_TOKEN = os.getenv("BIG_GAN_TOKEN")
18
 
19
- CLIENT_ID = 730959404664-67d22lrege5tmtt64dv2pe2tsostvqil.apps.googleusercontent.com
20
  CLIENT_SECRET = os.environ.get("GOOGLE_CLIENT_SECRET")
21
 
22
  app = Flask(__name__)
 
16
  # https://huggingface.co/spaces/{username}/{space}/settings
17
  API_TOKEN = os.getenv("BIG_GAN_TOKEN")
18
 
19
+ CLIENT_ID = "730959404664-67d22lrege5tmtt64dv2pe2tsostvqil.apps.googleusercontent.com"
20
  CLIENT_SECRET = os.environ.get("GOOGLE_CLIENT_SECRET")
21
 
22
  app = Flask(__name__)