Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo  elctron =>  electron
  • Loading branch information
matyash12 authored Nov 7, 2023
1 parent 87b9ac3 commit 1850869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For more detail on the steps below, see the [build a web application](./build-we
* **The model is too large** and requires higher hardware specs. In order to do inference on the client you need to have a model that is small enough to run efficiently on less powerful hardware.
* You don't want the model to be downloaded onto the device.

You can also use the onnxruntime-node package in the backend of an elctron app.
You can also use the onnxruntime-node package in the backend of an electron app.

* Inference on server using other language APIs. Use the ONNX Runtime packages for C/C++ and other languages.

Expand Down

0 comments on commit 1850869

Please sign in to comment.