feat 环境更新

This commit is contained in:
zhouchengrong
2024-04-16 17:15:00 +08:00
parent 32ebb2232c
commit c9b407b2a4
3 changed files with 0 additions and 13 deletions

View File

@@ -64,11 +64,6 @@ class GenerateImage:
pass
def __del__(self):
self.redis_client.close()
self.triton_client.close()
self.connection.close()
@staticmethod
def image_grid(imgs, rows, cols):
assert len(imgs) == rows * cols