This commit is contained in:
2024-09-20 00:30:04 +02:00
parent 0a248ef3fb
commit cc5f97f1d6
+1 -1
View File
@@ -127,7 +127,7 @@ class Transcriber(commands.Cog):
self.comm_queue = Queue()
self.wsink = SRBuffer(self.comm_queue)
async def transcribe(file_url):
async def transcribe(self,file_url):
config = aai.TranscriptionConfig(speaker_labels=True, language_code="pl")
transcriber = aai.Transcriber()