lunarflu HF Staff commited on
Commit
efabbea
·
1 Parent(s): e01b5cf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ async def deepfloydif(ctx, *, prompt: str):
56
  return user == ctx.author and str(reaction.emoji) in ['1️⃣', '2️⃣', '3️⃣', '4️⃣']
57
 
58
  await ctx.message.add_reaction('👍')
59
- thread = await ctx.message.create_thread(name=f'{ctx.author.} Image Upscaling Thread ')
60
  # create thread -> send new message inside thread + combined_image -> add reactions -> dfif2
61
  await thread.send(f'{ctx.author.mention}Generating images in thread, can take ~1 minute...')
62
 
 
56
  return user == ctx.author and str(reaction.emoji) in ['1️⃣', '2️⃣', '3️⃣', '4️⃣']
57
 
58
  await ctx.message.add_reaction('👍')
59
+ thread = await ctx.message.create_thread(name=f'{ctx.author} Image Upscaling Thread ')
60
  # create thread -> send new message inside thread + combined_image -> add reactions -> dfif2
61
  await thread.send(f'{ctx.author.mention}Generating images in thread, can take ~1 minute...')
62