diff --git a/examples/react/public/models/vosk-model-small-eo-0.42.tar.gz b/examples/react/public/models/vosk-model-small-eo-0.42.tar.gz new file mode 100644 index 0000000..516b76e Binary files /dev/null and b/examples/react/public/models/vosk-model-small-eo-0.42.tar.gz differ diff --git a/examples/react/src/model-loader.tsx b/examples/react/src/model-loader.tsx index fa00bb2..d7adb08 100644 --- a/examples/react/src/model-loader.tsx +++ b/examples/react/src/model-loader.tsx @@ -44,6 +44,10 @@ export const models: Array<{ name: string; path: string }> = [ name: "EspaƱol", path: "vosk-model-small-es-0.3.tar.gz", }, + { + name: "Esperanto", + path: "vosk-model-small-eo-0.42.tar.gz", + }, { name: "Farsi", path: "vosk-model-small-fa-0.4.tar.gz",