BertChristiaens commited on
Commit
3dbec71
1 Parent(s): 5d49ed1

front page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ def main():
277
  "You can choose between inpainting, segmentation conditioning and re-generating objects, which "
278
  "use our custom trained controlnet model."
279
  )
280
- with st.expander("Useful information"):
281
  st.write("### About the dataset")
282
  st.write("To make this demo as good as possible, our team spend a lot of time training a custom model. "
283
  "We used the LAION5B dataset to build our custom dataset, which contains 130k images of 15 types of rooms "
 
277
  "You can choose between inpainting, segmentation conditioning and re-generating objects, which "
278
  "use our custom trained controlnet model."
279
  )
280
+ with st.expander("Useful information", expanded=True):
281
  st.write("### About the dataset")
282
  st.write("To make this demo as good as possible, our team spend a lot of time training a custom model. "
283
  "We used the LAION5B dataset to build our custom dataset, which contains 130k images of 15 types of rooms "