lunarflu HF Staff commited on
Commit
b9dc6ec
·
1 Parent(s): a598b3b

image paths -> dfif2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -367,7 +367,7 @@ async def deepfloydif(ctx, *, prompt: str):
367
  # Stage 2
368
  @bot.command()
369
  @commands.cooldown(1, 5, commands.BucketType.user)
370
- async def dfif2(ctx, index: int, stage_1_result_path):
371
  try:
372
  image_path = image_paths[index]
373
 
 
367
  # Stage 2
368
  @bot.command()
369
  @commands.cooldown(1, 5, commands.BucketType.user)
370
+ async def dfif2(ctx, index: int, stage_1_result_path, image_paths):
371
  try:
372
  image_path = image_paths[index]
373