some corrections
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"path='sample_audio/'#folder path\n",
|
||||
"file_type='ogg' #check your file for file type, will only transcribe files with the file type, 'ogg', 'WAV'\n",
|
||||
"file_type='ogg' #check your file for file type, will only transcribe those files\n",
|
||||
"model='medium' #'small', 'medium', 'large' (tradeoff between speed and accuracy)\n",
|
||||
"language= None #tries to auto-detect, other options include 'English', 'Spanish', etc...\n",
|
||||
"verbose = True # prints output while transcribing, False to deactivate"
|
||||
|
||||
Reference in New Issue
Block a user