lunarflu HF Staff commited on
Commit
3aebde7
·
1 Parent(s): d3460cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def combine_images(png_files, stage_1_images, partial_path):
146
  async def deepfloydif_generate64(ctx, prompt):
147
  """DeepfloydIF command (generate images with realistic text using slash commands)"""
148
  try:
149
- channel = bot.get_channel(DEEPFLOYDIF_CHANNEL_ID)
150
  # interaction.response message can't be used to create a thread, so we create another message
151
  message = await ctx.send(f"**{prompt}** - {ctx.author.mention} <a:loading:1114111677990981692>")
152
 
 
146
  async def deepfloydif_generate64(ctx, prompt):
147
  """DeepfloydIF command (generate images with realistic text using slash commands)"""
148
  try:
149
+ channel = ctx.channel
150
  # interaction.response message can't be used to create a thread, so we create another message
151
  message = await ctx.send(f"**{prompt}** - {ctx.author.mention} <a:loading:1114111677990981692>")
152