Azure99 commited on
Commit
9d40320
1 Parent(s): 8bc6688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -56,7 +56,11 @@ def generate(
56
  image_paths = [save_image(img) for img in images]
57
  return image_paths
58
 
59
- with gr.Blocks() as demo:
 
 
 
 
60
  gr.Markdown("# Blossom Playground v2.5")
61
  with gr.Group():
62
  with gr.Row():
 
56
  image_paths = [save_image(img) for img in images]
57
  return image_paths
58
 
59
+ css = '''
60
+ .gradio-container{max-width: 560px !important}
61
+ h1{text-align:center}
62
+ '''
63
+ with gr.Blocks(css=css) as demo:
64
  gr.Markdown("# Blossom Playground v2.5")
65
  with gr.Group():
66
  with gr.Row():