Concepta commited on
Commit
1c4669b
1 Parent(s): 7ed2616

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +0 -1
app/main.py CHANGED
@@ -52,7 +52,6 @@ async def embed_sent(sentence, tei_url):
52
  async with ClientSession(
53
  headers={
54
  "Content-Type": "application/json",
55
- "Authorization": f"Bearer {HF_TOKEN}"
56
  }
57
  ) as session:
58
  async with session.post(tei_url, json=payload) as resp:
 
52
  async with ClientSession(
53
  headers={
54
  "Content-Type": "application/json",
 
55
  }
56
  ) as session:
57
  async with session.post(tei_url, json=payload) as resp: