aibmedia commited on
Commit
af7fda3
·
verified ·
1 Parent(s): 004a7b1

Update templates/similarity_1.html

Browse files
Files changed (1) hide show
  1. templates/similarity_1.html +1 -1
templates/similarity_1.html CHANGED
@@ -18,7 +18,7 @@
18
  "https://api-inference.huggingface.co/models/sentence-transformers/all-MiniLM-L6-v2",
19
  {
20
  headers: {
21
- Authorization: {{ headertxt }},
22
  "Content-Type": "application/json",
23
  },
24
  method: "POST",
 
18
  "https://api-inference.huggingface.co/models/sentence-transformers/all-MiniLM-L6-v2",
19
  {
20
  headers: {
21
+ Authorization: "{{ headertxt }}",
22
  "Content-Type": "application/json",
23
  },
24
  method: "POST",