aagoluoglu commited on
Commit
1e7a0a5
·
verified ·
1 Parent(s): 6e5ed1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -16,13 +16,11 @@ from modules.dataset import query_emotion
16
  # https://huggingface.co/spaces/{username}/{space}/settings
17
  API_TOKEN = os.getenv("BIG_GAN_TOKEN")
18
 
19
- app.secret_key = os.urandom(24)
20
-
21
  CLIENT_ID = "your_google_client_id"
22
  CLIENT_SECRET = os.environ.get("GOOGLE_CLIENT_SECRET")
23
 
24
  app = Flask(__name__)
25
-
26
 
27
  @app.route("/")
28
  def index():
 
16
  # https://huggingface.co/spaces/{username}/{space}/settings
17
  API_TOKEN = os.getenv("BIG_GAN_TOKEN")
18
 
 
 
19
  CLIENT_ID = "your_google_client_id"
20
  CLIENT_SECRET = os.environ.get("GOOGLE_CLIENT_SECRET")
21
 
22
  app = Flask(__name__)
23
+ app.secret_key = os.urandom(24)
24
 
25
  @app.route("/")
26
  def index():