From 8f39bbe0b3bbcd8429452b0587b1feb18c63e749 Mon Sep 17 00:00:00 2001 From: ericardobr Date: Tue, 31 Dec 2024 11:22:16 -0300 Subject: [PATCH] Updated comments to reflect the RemoteTranscriptionTask implementation class name --- iped-app/resources/config/conf/AudioTranscriptConfig.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iped-app/resources/config/conf/AudioTranscriptConfig.txt b/iped-app/resources/config/conf/AudioTranscriptConfig.txt index 55b7bd9cc8..5e102d6a53 100644 --- a/iped-app/resources/config/conf/AudioTranscriptConfig.txt +++ b/iped-app/resources/config/conf/AudioTranscriptConfig.txt @@ -121,10 +121,10 @@ precision = int8 batchSize = 1 ######################################### -# RemoteAudioTranscriptTask options +# RemoteTranscriptionTask options ######################################### -# IP:PORT of the service/central node used by the RemoteWav2Vec2TranscriptTask implementation. +# IP:PORT of the service/central node used by the RemoteTranscriptionTask implementation. # remoteServiceAddress = 127.0.0.1:11111 #########################################