Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -127,6 +127,7 @@ def generate(
|
|
127 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
128 |
gr.Markdown(DESCRIPTIONx)
|
129 |
with gr.Row():
|
|
|
130 |
prompt = gr.Text(
|
131 |
label="Prompt",
|
132 |
show_label=False,
|
@@ -143,7 +144,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
143 |
choices=list(MODEL_OPTIONS.keys()),
|
144 |
value="RealVisXL_V4.0_Lightning"
|
145 |
)
|
146 |
-
|
147 |
with gr.Accordion("Advanced options", open=True):
|
148 |
num_images = gr.Slider(
|
149 |
label="Number of Images",
|
|
|
127 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
128 |
gr.Markdown(DESCRIPTIONx)
|
129 |
with gr.Row():
|
130 |
+
with gr.Column(scale=1):
|
131 |
prompt = gr.Text(
|
132 |
label="Prompt",
|
133 |
show_label=False,
|
|
|
144 |
choices=list(MODEL_OPTIONS.keys()),
|
145 |
value="RealVisXL_V4.0_Lightning"
|
146 |
)
|
147 |
+
with gr.Column(scale=3):
|
148 |
with gr.Accordion("Advanced options", open=True):
|
149 |
num_images = gr.Slider(
|
150 |
label="Number of Images",
|