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