a little cleanup, moving services that need to be updated to their own directory
This commit is contained in:
@@ -45,7 +45,7 @@ class TTSService(AIService):
|
||||
class ImageGenService(AIService):
|
||||
# Renders the image. Returns an Image object.
|
||||
@abstractmethod
|
||||
def run_image_gen(self, sentence) -> Image.Image:
|
||||
def run_image_gen(self, sentence) -> tuple[str, Image.Image]:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user