Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
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():
|