lunarflu HF Staff commited on
Commit
6a5c10c
·
1 Parent(s): 11e65c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ class MyClient(discord.Client):
82
  combined_image.save(combined_image_path)
83
 
84
 
85
- sent_message = await message.reply('Here is the combined image. React with the image number you want to upscale!', file=discord.File(f, 'combined_image.png'))
86
 
87
 
88
  #----------------------------------------------------------------------------------------------------------------------------------------------
 
82
  combined_image.save(combined_image_path)
83
 
84
 
85
+ sent_message = await message.reply('Here is the combined image. React with the image number you want to upscale!', file=discord.File('combined_image.png'))
86
 
87
 
88
  #----------------------------------------------------------------------------------------------------------------------------------------------