Akbartus commited on
Commit
5f90122
·
verified ·
1 Parent(s): 37f8e9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -61,6 +61,9 @@ async def gen(prompt, basemodel, width, height, scales, steps, seed, upscale_fac
61
  else:
62
  return [image_path, image_path, seed]
63
 
 
 
 
64
  # Update the interface
65
  with gr.Blocks(css=css) as demo:
66
  with gr.Column(elem_id="col-container"):
 
61
  else:
62
  return [image_path, image_path, seed]
63
 
64
+ css = """
65
+ #col-container{ margin: 0 auto; max-width: 1024px;}
66
+ """
67
  # Update the interface
68
  with gr.Blocks(css=css) as demo:
69
  with gr.Column(elem_id="col-container"):