Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -410,7 +410,7 @@ async def on_message(message):
|
|
410 |
file = discord.File("image.png", filename="image.png", description=imgp)
|
411 |
embed.set_image(url="attachment://image.png")
|
412 |
await e.edit(embed=embed, attachments=[file])
|
413 |
-
image = await RF.image_to_image("image.png", num_inference_steps=
|
414 |
embed.set_footer(
|
415 |
text=
|
416 |
"""Information or code generated by Lyre may not always be correct."""
|
|
|
410 |
file = discord.File("image.png", filename="image.png", description=imgp)
|
411 |
embed.set_image(url="attachment://image.png")
|
412 |
await e.edit(embed=embed, attachments=[file])
|
413 |
+
image = await RF.image_to_image("image.png", num_inference_steps=20)
|
414 |
embed.set_footer(
|
415 |
text=
|
416 |
"""Information or code generated by Lyre may not always be correct."""
|