temporarily disable langchain stuff in webui (#1719)

its breaking the exe
This commit is contained in:
Daniel Garvey
2023-08-04 14:48:06 -05:00
committed by GitHub
parent ed484b8253
commit a686d7d89f
6 changed files with 10 additions and 15 deletions

View File

@@ -136,10 +136,7 @@ class LoraDataset(Dataset):
if self.center_crop:
crop = min(img.shape[0], img.shape[1])
(
h,
w,
) = (
(h, w,) = (
img.shape[0],
img.shape[1],
)