mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
test
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user