Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ DESCRIPTIONx = """## REALVISXL V5 🦉
|
|
13 |
"""
|
14 |
|
15 |
css = '''
|
16 |
-
.gradio-container{max-width:
|
17 |
h1{text-align:center}
|
18 |
footer {
|
19 |
visibility: hidden
|
@@ -102,7 +102,7 @@ def generate(
|
|
102 |
image_paths = [save_image(img) for img in images]
|
103 |
return image_paths, seed
|
104 |
|
105 |
-
with gr.Blocks(css=css, theme="
|
106 |
|
107 |
gr.Markdown(DESCRIPTIONx)
|
108 |
with gr.Row():
|
|
|
13 |
"""
|
14 |
|
15 |
css = '''
|
16 |
+
.gradio-container{max-width: 610px !important}
|
17 |
h1{text-align:center}
|
18 |
footer {
|
19 |
visibility: hidden
|
|
|
102 |
image_paths = [save_image(img) for img in images]
|
103 |
return image_paths, seed
|
104 |
|
105 |
+
with gr.Blocks(css=css, theme="prithivMLmods/aceblue") as demo:
|
106 |
|
107 |
gr.Markdown(DESCRIPTIONx)
|
108 |
with gr.Row():
|