Skip to content

Commit

Permalink
2024-12-01
Browse files Browse the repository at this point in the history
  • Loading branch information
bd4sur committed Nov 30, 2024
1 parent 266d7cf commit bdc00dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@
const responseToCache = new Response(blob, {
headers: { 'Content-Type': response.headers.get('content-type') }
});
await _cache.put(url, responseToCache);
await _cache.put(model_url, responseToCache);
}

return file_buffer;
Expand Down

0 comments on commit bdc00dd

Please sign in to comment.