Spaces:
Sleeping
Sleeping
Update templates/similarity_1.html
Browse files
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",
|