Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ if api_key:
|
|
| 40 |
|
| 41 |
# Display the image
|
| 42 |
st.image(image_url, caption="Generated Image", use_container_width=True)
|
| 43 |
-
st.write("Image URL: " + image_url)
|
| 44 |
except Exception as e:
|
| 45 |
st.error(f"An error occurred: {e}")
|
| 46 |
else:
|
|
|
|
| 40 |
|
| 41 |
# Display the image
|
| 42 |
st.image(image_url, caption="Generated Image", use_container_width=True)
|
| 43 |
+
# st.write("Image URL: " + image_url)
|
| 44 |
except Exception as e:
|
| 45 |
st.error(f"An error occurred: {e}")
|
| 46 |
else:
|