Tri4 commited on
Commit
01cd63d
·
verified ·
1 Parent(s): 1158f8b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -7,8 +7,8 @@ import os
7
  app = Flask(__name__)
8
 
9
  # Get Hugging Face credentials from environment variables
10
- hf_email = os.getenv('HF_EMAIL')
11
- hf_pass = os.getenv('HF_PASS')
12
 
13
 
14
  @app.route("/")
 
7
  app = Flask(__name__)
8
 
9
  # Get Hugging Face credentials from environment variables
10
+ email = os.getenv('HF_EMAIL')
11
+ password = os.getenv('HF_PASS')
12
 
13
 
14
  @app.route("/")