Wanted argument value for the target language
#13
by
airsheysr
- opened
The code snippet for the Inference API only requires the audio data as input, without knowing the target language. Is there a way to pass this argument (target language) to the query? e.g. output = query("sample1.flac", language)
'Coz based on some of my inferences, the input audio is transcribed in random language. I mean, it can't accurately identify the target language (esp. for low resource language), so the resulting transcription is incorrect.
Please help 🙏
airsheysr
changed discussion title from
Wanted argument value for the source language
to Wanted argument value for the target language