Update app.py
Browse files
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 =
|
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 |
|