Spaces:
Running
on
Zero
Running
on
Zero
bo.l
commited on
Commit
·
9324da5
1
Parent(s):
e210c22
fix css
Browse files
app.py
CHANGED
|
@@ -132,6 +132,8 @@ example_triples = [
|
|
| 132 |
"Change the clothing of the person in the first image to match the attire shown in the second image, ensuring the details of the dress, including the blue bodice, white blouse, and the overall rustic aesthetic, are faithfully replicated."]
|
| 133 |
]
|
| 134 |
|
|
|
|
|
|
|
| 135 |
with gr.Blocks(css=css) as demo:
|
| 136 |
with gr.Column(elem_id="col-container"):
|
| 137 |
gr.Markdown("# Multi Ref Edit Demo")
|
|
|
|
| 132 |
"Change the clothing of the person in the first image to match the attire shown in the second image, ensuring the details of the dress, including the blue bodice, white blouse, and the overall rustic aesthetic, are faithfully replicated."]
|
| 133 |
]
|
| 134 |
|
| 135 |
+
css = """ #col-container { margin: 0 auto; max-width: 640px; } """
|
| 136 |
+
|
| 137 |
with gr.Blocks(css=css) as demo:
|
| 138 |
with gr.Column(elem_id="col-container"):
|
| 139 |
gr.Markdown("# Multi Ref Edit Demo")
|