services: FalImageGenService now uses fal-client library
This commit is contained in:
@@ -89,8 +89,7 @@ async def main(room_url):
|
||||
image_size="square_hd"
|
||||
),
|
||||
aiohttp_session=session,
|
||||
key_id=os.getenv("FAL_KEY_ID"),
|
||||
key_secret=os.getenv("FAL_KEY_SECRET"),
|
||||
key=os.getenv("FAL_KEY"),
|
||||
)
|
||||
|
||||
gated_aggregator = GatedAggregator(
|
||||
|
||||
Reference in New Issue
Block a user