burtenshaw
commited on
Commit
·
d8fa37c
1
Parent(s):
ea362a2
change token variable name
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import black # Add black import
|
|
9 |
|
10 |
# Initialize the inference client
|
11 |
client = InferenceClient(
|
12 |
-
api_key=os.getenv("
|
13 |
)
|
14 |
|
15 |
# Load questions from Hugging Face dataset
|
|
|
9 |
|
10 |
# Initialize the inference client
|
11 |
client = InferenceClient(
|
12 |
+
api_key=os.getenv("HF_TOKEN"), # Make sure to set this environment variable
|
13 |
)
|
14 |
|
15 |
# Load questions from Hugging Face dataset
|