Now grading is partitioned into smaller chunks so that whisper doesnt struggle
This commit is contained in:
@@ -4,5 +4,5 @@ from abc import ABC, abstractmethod
|
||||
class ISpeechToTextService(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def speech_to_text(self, file_path):
|
||||
async def speech_to_text(self, file: bytes):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user