CCockrum commited on
Commit
36bae21
·
verified ·
1 Parent(s): cf721c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import tempfile
8
  import numpy as np
9
 
10
  # Your Hugging Face API Token
11
- HF_TOKEN = os.getenv("HUGGINGFACE_TOKEN")
12
 
13
  API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3"
14
 
 
8
  import numpy as np
9
 
10
  # Your Hugging Face API Token
11
+ HF_TOKEN = os.getenv("HF_TOKEN")
12
 
13
  API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3"
14