Gigishot commited on
Commit
78710b5
·
verified ·
1 Parent(s): f31f73a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  load_dotenv()
8
 
9
  # Hugging Face Inference Client
10
- client = InferenceClient(api_key=os.getenv("TOKEN"))
11
 
12
  app = Flask(__name__)
13
 
 
7
  load_dotenv()
8
 
9
  # Hugging Face Inference Client
10
+ client = InferenceClient(api_key=os.getenv("HF_API_KEY"))
11
 
12
  app = Flask(__name__)
13