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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -3
main.py CHANGED
@@ -7,9 +7,10 @@ import os
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("/")
15
  def hello():
 
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
+ email = "[email protected]"
13
+ password = "@Tri@n@th@1"
14
 
15
  @app.route("/")
16
  def hello():