dorb-aiola
Results
1
comments of
dorb-aiola
what is the difference between using : ``` const TransformersApi = Function('return import("@xenova/transformers")')(); const { pipeline } = await TransformersApi; ``` and directly using : `const { pipeline, env, cos_sim...