This commit is contained in:
allinoneallinone00
2024-04-25 00:47:10 +00:00
parent f8a88e99fa
commit e0b08fc26c

View File

@@ -43,9 +43,6 @@ async def ImageGeneration(model,prompt):
await client.close()
async def UpscaleImages(image: bytes) -> str:
"""
Upscales an image and return with upscaled image path.
"""
client = AsyncClient()
content = await client.upscale(image)
await client.close()