Araeynn commited on
Commit
91abb6b
·
verified ·
1 Parent(s): 70b6304

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=60)
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."""