Skip to content

Commit

Permalink
Update pipeline.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hari-krishnan-88 committed Aug 5, 2023
1 parent 3e4dbaf commit 6b32669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/classify/pipeline.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { pipeline } from 'https://cdn.jsdelivr.net/npm/@xenova/transformers@2.5.0';
import { pipeline } from '@xenova/transformers';

// Use the Singleton pattern to enable lazy construction of the pipeline.
// NOTE: We wrap the class in a function to prevent code duplication (see below).
Expand Down

0 comments on commit 6b32669

Please sign in to comment.