mirnaaiman commited on
Commit
fbc17c1
·
verified ·
1 Parent(s): 169f1cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
 
4
  API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.1"
5
  headers = {
6
- "Authorization": f"Bearer API_TOKENS"
7
  }
8
 
9
  def query(payload):
 
3
 
4
  API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.1"
5
  headers = {
6
+ "Authorization": f"Bearer HF_API_TOKEN"
7
  }
8
 
9
  def query(payload):