Akjava commited on
Commit
05710e7
1 Parent(s): 1b53073

Update js-esm/text_to_arpa.js

Browse files
Files changed (1) hide show
  1. js-esm/text_to_arpa.js +1 -0
js-esm/text_to_arpa.js CHANGED
@@ -1,4 +1,5 @@
1
  import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@xenova/[email protected]';
 
2
  console.log(env)
3
 
4
 
 
1
  import { pipeline, env } from 'https://cdn.jsdelivr.net/npm/@xenova/[email protected]';
2
+ env.backends.onnx.logLevelInternal="error"
3
  console.log(env)
4
 
5