Fix video generation
This commit is contained in:
@@ -4,5 +4,5 @@ from abc import ABC, abstractmethod
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user