Update app.py
Browse files
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("
|
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(
|