Commit
·
d24f993
1
Parent(s):
c53fc43
renaming
Browse files
app.py
CHANGED
|
@@ -282,7 +282,10 @@ def main():
|
|
| 282 |
"You can start by uploading a picture of your room, after which you will see "
|
| 283 |
"a good variety of options to edit your current room to generate the room of your dreams! "
|
| 284 |
"You can choose between inpainting, Segmentation and re-generating objects, which "
|
| 285 |
-
"use our custom trained controlnet model."
|
|
|
|
|
|
|
|
|
|
| 286 |
)
|
| 287 |
with st.expander("Useful information", expanded=True):
|
| 288 |
st.write("### About the dataset")
|
|
|
|
| 282 |
"You can start by uploading a picture of your room, after which you will see "
|
| 283 |
"a good variety of options to edit your current room to generate the room of your dreams! "
|
| 284 |
"You can choose between inpainting, Segmentation and re-generating objects, which "
|
| 285 |
+
"use our custom trained controlnet model. The main idea is that you can iterate over the "
|
| 286 |
+
"generated images, because you will rarely get something perfect in one step (although it's possible). "
|
| 287 |
+
"We added functionality to load in the generated image into the input, so you can keep "
|
| 288 |
+
"changing the image until you are satisfied."
|
| 289 |
)
|
| 290 |
with st.expander("Useful information", expanded=True):
|
| 291 |
st.write("### About the dataset")
|