Skip to content

Commit

Permalink
Update Constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Jun 7, 2023
1 parent 5ab618a commit 5c5a73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/Constants.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default {
SAMPLING_RATE: 16000,
DEFAULT_AUDIO_URL:
"https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav",
"https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/ted_60.wav",
DEFAULT_MODEL: "tiny",
DEFAULT_SUBTASK: "transcribe",
DEFAULT_LANGUAGE: "auto",
DEFAULT_QUANTIZED: true,
DEFAULT_QUANTIZED: false,
DEFAULT_MULTILINGUAL: false,
};

0 comments on commit 5c5a73b

Please sign in to comment.