multimodalart HF staff commited on
Commit
de7f484
1 Parent(s): 209d8d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -193,7 +193,7 @@ def update_history(new_image, history):
193
 
194
  css = """
195
  .gradio-container {
196
- width: 1200px !important;
197
  }
198
  """
199
 
@@ -224,7 +224,7 @@ with gr.Blocks(css=css) as demo:
224
  label="Image Ratio",
225
  choices=["9:16", "16:9", "1:1", "Custom"],
226
  value="9:16",
227
- scale=2
228
  )
229
  alignment_dropdown = gr.Dropdown(
230
  choices=["Middle", "Left", "Right", "Top", "Bottom"],
 
193
 
194
  css = """
195
  .gradio-container {
196
+ width: 1250px !important;
197
  }
198
  """
199
 
 
224
  label="Image Ratio",
225
  choices=["9:16", "16:9", "1:1", "Custom"],
226
  value="9:16",
227
+ scale=3
228
  )
229
  alignment_dropdown = gr.Dropdown(
230
  choices=["Middle", "Left", "Right", "Top", "Bottom"],