Spaces:
Sleeping
Sleeping
Marcos12886
commited on
Commit
•
214fa62
1
Parent(s):
456e1b2
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ pipe = pipeline(
|
|
13 |
feature_extractor=FEATURE_EXTRACTOR,
|
14 |
device="cuda",
|
15 |
)
|
16 |
-
access_token = os.getenv('
|
17 |
# client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct", token=access_token)
|
18 |
client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407", token=access_token)
|
19 |
|
|
|
13 |
feature_extractor=FEATURE_EXTRACTOR,
|
14 |
device="cuda",
|
15 |
)
|
16 |
+
access_token = os.getenv('HF_TOKEN')
|
17 |
# client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct", token=access_token)
|
18 |
client = InferenceClient("mistralai/Mistral-Nemo-Instruct-2407", token=access_token)
|
19 |
|