bo.l commited on
Commit
127672a
·
1 Parent(s): 71a55d1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ example_triples = [
133
  "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."]
134
  ]
135
 
136
- css = """ #col-container { margin: 0 auto; max-width: 640px; } """
137
 
138
  with gr.Blocks(css=css) as demo:
139
  with gr.Column(elem_id="col-container"):
 
133
  "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."]
134
  ]
135
 
136
+ css = """ #col-container { margin: 0 auto; max-width: 800px; } """
137
 
138
  with gr.Blocks(css=css) as demo:
139
  with gr.Column(elem_id="col-container"):