A little cleanup
This commit is contained in:
@@ -44,7 +44,7 @@ class TTSService(AIService):
|
||||
class ImageGenService(AIService):
|
||||
# Renders the image. Returns an Image object.
|
||||
@abstractmethod
|
||||
async def run_image_gen(self, sentence) -> tuple[str, bytes]:
|
||||
async def run_image_gen(self, sentence, size) -> tuple[str, bytes]:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user