Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"):
|