Skip to content

Commit

Permalink
fix: close #14 fixes ui freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed Jan 30, 2025
1 parent e3b23c2 commit d0ac9ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ import "ellmers-task";
import "ellmers-test";
import { registerMediaPipeTfJsLocalModels } from "ellmers-test";
import { registerHuggingfaceLocalModels } from "ellmers-test";
import { env } from "@huggingface/transformers";

env.backends.onnx.wasm.proxy = true;

const ProviderRegistry = getProviderRegistry();

Expand Down

0 comments on commit d0ac9ca

Please sign in to comment.