VashTheStampede123 commited on
Commit
8b9ef79
·
verified ·
1 Parent(s): 5f6aa29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'Give the description of image that you want to generate')
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)