lunarflu HF Staff commited on
Commit
ed3ceba
·
1 Parent(s): 8d9310f
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -93,10 +93,6 @@ async def deepfloydif(ctx, *, prompt: str):
93
  # Trigger the second stage prediction
94
  #await dfif2(ctx, stage_1_result_path)
95
 
96
- message = await ctx.reply('Here is the combined image. React with the image you want to upscale!')
97
- with open(combined_image_path, 'rb') as f:
98
- sent_message = await ctx.send(file=discord.File(f, 'combined_image.png'))
99
-
100
  with open(combined_image_path, 'rb') as f:
101
  sent_message = await ctx.reply('Here is the combined image. React with the image number you want to upscale!', file=discord.File(f, 'combined_image.png'))
102
 
 
93
  # Trigger the second stage prediction
94
  #await dfif2(ctx, stage_1_result_path)
95
 
 
 
 
 
96
  with open(combined_image_path, 'rb') as f:
97
  sent_message = await ctx.reply('Here is the combined image. React with the image number you want to upscale!', file=discord.File(f, 'combined_image.png'))
98