Spaces:
Running
on
A10G
Running
on
A10G
Commit
·
dce7d1f
1
Parent(s):
32be5ef
add examples
Browse files
app.py
CHANGED
|
@@ -349,8 +349,10 @@ def main():
|
|
| 349 |
with col_ex_0:
|
| 350 |
st.image(Image.open("content/output_1.png"), caption="Generated example, regenerating certain objects in the room", use_column_width=True)
|
| 351 |
st.image(Image.open("content/regen_example.png"), caption="Generated example, regenerating certain objects in the room", use_column_width=True)
|
|
|
|
| 352 |
with col_ex_1:
|
| 353 |
st.image(Image.open("content/output_0.png"), caption="Generated example, regenerating certain objects in the room", use_column_width=True)
|
|
|
|
| 354 |
|
| 355 |
else:
|
| 356 |
make_prompt_row()
|
|
|
|
| 349 |
with col_ex_0:
|
| 350 |
st.image(Image.open("content/output_1.png"), caption="Generated example, regenerating certain objects in the room", use_column_width=True)
|
| 351 |
st.image(Image.open("content/regen_example.png"), caption="Generated example, regenerating certain objects in the room", use_column_width=True)
|
| 352 |
+
st.image(Image.open("content/keep background 2.png"), caption="Generated example, regenerating certain objects in the room", use_column_width=True)
|
| 353 |
with col_ex_1:
|
| 354 |
st.image(Image.open("content/output_0.png"), caption="Generated example, regenerating certain objects in the room", use_column_width=True)
|
| 355 |
+
st.image(Image.open("content/segmentation window.png"), caption="Generated example, regenerating certain objects in the room", use_column_width=True)
|
| 356 |
|
| 357 |
else:
|
| 358 |
make_prompt_row()
|