Support loading hf models
Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
This commit is contained in:
@@ -87,7 +87,7 @@ client = TranscriptionClient(
|
||||
9090,
|
||||
lang="en",
|
||||
translate=False,
|
||||
model="small",
|
||||
model="small", # also support hf_model => `Systran/faster-whisper-small`
|
||||
use_vad=False,
|
||||
save_output_recording=True, # Only used for microphone input, False by Default
|
||||
output_recording_filename="./output_recording.wav", # Only used for microphone input
|
||||
|
||||
Reference in New Issue
Block a user