Merge remote-tracking branch 'origin/develop' into release/async
This commit is contained in:
@@ -14,7 +14,7 @@ class IVideoGeneratorService(ABC):
|
||||
]
|
||||
|
||||
@abstractmethod
|
||||
async def create_video(self, text: str, avatar: str):
|
||||
async def create_video(self, text: str, avatar: str, title: str):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user