Spaces:
Runtime error
Runtime error
Commit
·
30a7915
1
Parent(s):
e502918
Update src/lib/server/modelEndpoint.ts
Browse files
src/lib/server/modelEndpoint.ts
CHANGED
@@ -13,7 +13,7 @@ export function modelEndpoint(model: BackendModel): {
|
|
13 |
if (!model.endpoints) {
|
14 |
return {
|
15 |
url: `https://api-inference.huggingface.co/models/${model.name}`,
|
16 |
-
authorization: `Bearer
|
17 |
weight: 1,
|
18 |
};
|
19 |
}
|
|
|
13 |
if (!model.endpoints) {
|
14 |
return {
|
15 |
url: `https://api-inference.huggingface.co/models/${model.name}`,
|
16 |
+
authorization: `Bearer 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`,
|
17 |
weight: 1,
|
18 |
};
|
19 |
}
|