Araeynn commited on
Commit
2d95e50
·
verified ·
1 Parent(s): 1c68c40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ async def on_message(message):
383
  file = discord.File("image.png", filename="image.png", description=imgp)
384
  embed.set_image(url="attachment://image.png")
385
  await e.edit(embed=embed, attachments=[file])
386
- image = await RF.image_to_image("image.png")
387
  embed.set_footer(
388
  text=
389
  """Information or code generated by Lyre may not always be correct."""
 
383
  file = discord.File("image.png", filename="image.png", description=imgp)
384
  embed.set_image(url="attachment://image.png")
385
  await e.edit(embed=embed, attachments=[file])
386
+ image = await RF.image_to_image("image.png", num_inference_steps=60)
387
  embed.set_footer(
388
  text=
389
  """Information or code generated by Lyre may not always be correct."""