artintel235 commited on
Commit
d02b0d7
·
verified ·
1 Parent(s): de50b37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ async def generate_command(
90
  # if image_url_or_error.startswith("http"):
91
  await interaction.followup.send(
92
  # f"Here's your generated image based on the prompt '{prompt}' with aspect ratio {aspect_ratio.name}:\n{image_url_or_error}"
93
- f"data:{image_url_or_error}"
94
  )
95
  else:
96
  await interaction.followup.send(
 
90
  # if image_url_or_error.startswith("http"):
91
  await interaction.followup.send(
92
  # f"Here's your generated image based on the prompt '{prompt}' with aspect ratio {aspect_ratio.name}:\n{image_url_or_error}"
93
+ f"{image_url_or_error}"
94
  )
95
  else:
96
  await interaction.followup.send(