Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,4 +27,4 @@ if text_input:
|
|
| 27 |
image = pipe(text_input).images[0] # Generate image
|
| 28 |
st.image(image, caption="Generated Image", use_column_width=True)
|
| 29 |
except Exception as e:
|
| 30 |
-
st.error(f"Error generating image: {e}")
|
|
|
|
| 27 |
image = pipe(text_input).images[0] # Generate image
|
| 28 |
st.image(image, caption="Generated Image", use_column_width=True)
|
| 29 |
except Exception as e:
|
| 30 |
+
st.error(f"Error generating image: {e}")
|