Update app.py
Browse files
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__)
|