Hotalen commited on
Commit
2fcb2d5
·
verified ·
1 Parent(s): ea87cc4

Update src/app/engine/render.ts

Browse files
Files changed (1) hide show
  1. src/app/engine/render.ts +2 -0
src/app/engine/render.ts CHANGED
@@ -132,6 +132,7 @@ export async function newRender({
132
  method: "POST",
133
  headers: {
134
  "Content-Type": "application/json",
 
135
  Authorization: `Bearer ${huggingFaceToken}`,
136
  },
137
  body: JSON.stringify({
@@ -179,6 +180,7 @@ export async function newRender({
179
  method: "POST",
180
  headers: {
181
  "Content-Type": "application/json",
 
182
  Authorization: `Bearer ${huggingFaceToken}`,
183
  },
184
  body: JSON.stringify({
 
132
  method: "POST",
133
  headers: {
134
  "Content-Type": "application/json",
135
+ "X-use-cache": "false",
136
  Authorization: `Bearer ${huggingFaceToken}`,
137
  },
138
  body: JSON.stringify({
 
180
  method: "POST",
181
  headers: {
182
  "Content-Type": "application/json",
183
+ "X-use-cache": "false",
184
  Authorization: `Bearer ${huggingFaceToken}`,
185
  },
186
  body: JSON.stringify({