Replace transformers.js with patched version

This commit is contained in:
Cohee
2023-09-09 16:29:11 +03:00
parent 967a084aad
commit b605b940eb
4 changed files with 54 additions and 128 deletions

View File

@@ -5744,4 +5744,6 @@ require('./src/vectors').registerEndpoints(app, jsonParser);
// Emotion classification
import('./src/classify.mjs').then(module => {
module.default.registerEndpoints(app, jsonParser);
}).catch(err => {
console.error(err);
});