Commit 63809bbb authored by novelailab's avatar novelailab

fix typo

parent c8f037df
......@@ -137,7 +137,7 @@ class DalleMiniModel(nn.Module):
else:
seed = -1
images = self.model.generate_imagS(
images = self.model.generate_images(
text=request.prompt,
seed=seed,
grid_size=4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment