Skip to content

Commit

Permalink
Update legen.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusbach committed Jun 11, 2024
1 parent 06098ce commit 842a816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"#@markdown ## Transcription Settings:\n",
"transcription_engine = 'WhisperX' # @param [\"Whisper\", \"WhisperX\"]\n",
"transcription_device = 'auto' #@param [\"auto\", \"cpu\", \"cuda\"]\n",
"transcription_model = 'large' #@param [\"tiny\", \"small\", \"medium\", \"large\"]\n",
"transcription_model = 'large' #@param [\"tiny\", \"small\", \"medium\", \"large\", \"large-v1\", \"large-v2\", \"large-v3\"]\n",
"compute_type = 'default' # @param [\"default\", \"int8\", \"int16\", \"float16\", \"float32\"]\n",
"batch_size = 12 # @param {type: \"number\"}\n",
"transcription_input_lang = 'auto detect' #@param [\"auto detect\", \"af\", \"am\", \"ar\", \"as\", \"az\", \"ba\", \"be\", \"bg\", \"bn\", \"bo\", \"br\", \"bs\", \"ca\", \"cs\", \"cy\", \"da\", \"de\", \"el\", \"en\", \"es\", \"et\", \"eu\", \"fa\", \"fi\", \"fo\", \"fr\", \"gl\", \"gu\", \"ha\", \"haw\", \"he\", \"hi\", \"hr\", \"ht\", \"hu\", \"hy\", \"id\", \"is\", \"it\", \"ja\", \"jw\", \"ka\", \"kk\", \"km\", \"kn\", \"ko\", \"la\", \"lb\", \"ln\", \"lo\", \"lt\", \"lv\", \"mg\", \"mi\", \"mk\", \"ml\", \"mn\", \"mr\", \"ms\", \"mt\", \"my\", \"ne\", \"nl\", \"nn\", \"no\", \"oc\", \"pa\", \"pl\", \"ps\", \"pt\", \"ro\", \"ru\", \"sa\", \"sd\", \"si\", \"sk\", \"sl\", \"sn\", \"so\", \"sq\", \"sr\", \"su\", \"sv\", \"sw\", \"ta\", \"te\", \"tg\", \"th\", \"tk\", \"tl\", \"tr\", \"tt\", \"uk\", \"ur\", \"uz\", \"vi\", \"yi\", \"yo\", \"zh\"]\n",
Expand Down

0 comments on commit 842a816

Please sign in to comment.