Marcos12886 commited on
Commit
214fa62
1 Parent(s): 456e1b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ pipe = pipeline(
13
  feature_extractor=FEATURE_EXTRACTOR,
14
  device="cuda",
15
  )
16
- access_token = os.getenv('HF_ACCESS_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
 
 
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