BertChristiaens commited on
Commit
b1dbf88
1 Parent(s): a27c870
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -353,12 +353,11 @@ def main():
353
  st.image(st.session_state['example_image_3'], caption="Example image 4", use_column_width=True)
354
  if st.button("Use example 4"):
355
  move_image('example_image_3', 'initial_image', remove_state=True, rerun=True)
356
-
357
- with st.expander("Generated examples", expanded=True):
358
- st.write("## Generated examples")
359
- make_image_row(Image.open("content/output_1.png"), Image.open("content/regen_example.png"))
360
- make_image_row(Image.open("content/keep background 2.png"), Image.open("content/output_0.png"))
361
- make_image_row(Image.open("content/segmentation window.png"), Image.open("content/output_3.png"))
362
 
363
  else:
364
  make_prompt_row()
 
353
  st.image(st.session_state['example_image_3'], caption="Example image 4", use_column_width=True)
354
  if st.button("Use example 4"):
355
  move_image('example_image_3', 'initial_image', remove_state=True, rerun=True)
356
+
357
+ st.write("## Generated examples")
358
+ make_image_row(Image.open("content/output_1.png"), Image.open("content/regen_example.png"))
359
+ make_image_row(Image.open("content/keep background 2.png"), Image.open("content/output_0.png"))
360
+ make_image_row(Image.open("content/segmentation window.png"), Image.open("content/output_3.png"))
 
361
 
362
  else:
363
  make_prompt_row()