Skip to content

Commit

Permalink
'#1823: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Apr 13, 2024
1 parent d2e1d70 commit 147cdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iped-app/resources/config/conf/AudioTranscriptConfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ implementationClass = iped.engine.task.transcript.VoskTranscriptTask
# If you enable this, you must set 'huggingFaceModel' param below.
#implementationClass = iped.engine.task.transcript.Wav2Vec2TranscriptTask

# Uses a local Whiper implementation for transcription. Accuracy is better than wav2vec2 depending on the model.
# Uses a local Whisper implementation for transcription. Accuracy is better than wav2vec2 depending on the model.
# This is slower than wav2vec2 depending on the model. Using a very good GPU is highly recommended!
# Please check the installation steps: https://github.com/sepinf-inc/IPED/wiki/User-Manual#whisper
# If you enable this, you must set 'whisperModel' param below.
Expand Down

0 comments on commit 147cdf1

Please sign in to comment.