kumar9 commited on
Commit
ded3773
1 Parent(s): 828bb63

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -9,7 +9,7 @@ app = Flask(__name__)
9
 
10
 
11
  API_URL = "https://api-inference.huggingface.co/models/kumar9/word-auto-filled"
12
- headers = {"Authorization": "Bearer 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"}
13
 
14
  def query(payload):
15
  response = requests.post(API_URL, headers=headers, json=payload)
 
9
 
10
 
11
  API_URL = "https://api-inference.huggingface.co/models/kumar9/word-auto-filled"
12
+ headers = {"Authorization": "Bearer hash_code"}
13
 
14
  def query(payload):
15
  response = requests.post(API_URL, headers=headers, json=payload)