iman37 commited on
Commit
cc5635f
·
verified ·
1 Parent(s): 091d2f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
3
  import os
4
 
5
  # Retrieve the Hugging Face token from environment variables
6
- hf_token = os.getenv("HF_API_TOKEN")
7
 
8
  # Initialize the Hugging Face Inference Client
9
  client = InferenceClient(
 
3
  import os
4
 
5
  # Retrieve the Hugging Face token from environment variables
6
+ hf_token = os.getenv("HF_TOKEN")
7
 
8
  # Initialize the Hugging Face Inference Client
9
  client = InferenceClient(