Spaces:
Paused
Paused
Update app.py
Browse files
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."""
|