some minor cleanup, and coalesce image/images into one thing, and use itertools.cycle
This commit is contained in:
@@ -11,7 +11,7 @@ from dailyai.services.ai_services import LLMService, TTSService, ImageGenService
|
||||
|
||||
|
||||
class FalImageGenService(ImageGenService):
|
||||
def __init__(self, image_size, aiohttp_session:aiohttp.ClientSession):
|
||||
def __init__(self, image_size, aiohttp_session: aiohttp.ClientSession):
|
||||
super().__init__(image_size)
|
||||
self._aiohttp_session = aiohttp_session
|
||||
|
||||
|
||||
Reference in New Issue
Block a user