Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def Interface():
|
|
30 |
st.title('Dark Fantasy Image Generator')
|
31 |
st.caption('A project by Shivam Shinde')
|
32 |
|
33 |
-
prompt = st.text_area('Image Description'
|
34 |
if st.button('Generate Image'):
|
35 |
image = create_image(prompt)
|
36 |
st.image(image, caption="Image generated by the model: 'nerijs/dark-fantasy-illustration-flux'", use_container_width=True)
|
|
|
30 |
st.title('Dark Fantasy Image Generator')
|
31 |
st.caption('A project by Shivam Shinde')
|
32 |
|
33 |
+
prompt = st.text_area('Image Description')
|
34 |
if st.button('Generate Image'):
|
35 |
image = create_image(prompt)
|
36 |
st.image(image, caption="Image generated by the model: 'nerijs/dark-fantasy-illustration-flux'", use_container_width=True)
|