Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,6 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
|
| 152 |
)
|
| 153 |
|
| 154 |
with gr.Accordion("Advanced options", open=True):
|
| 155 |
-
with gr.Column(scale=1):
|
| 156 |
num_images = gr.Slider(
|
| 157 |
label="Number of Images",
|
| 158 |
minimum=1,
|
|
@@ -161,6 +160,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
|
| 161 |
value=1,
|
| 162 |
)
|
| 163 |
with gr.Row():
|
|
|
|
| 164 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
| 165 |
negative_prompt = gr.Text(
|
| 166 |
label="Negative prompt",
|
|
|
|
| 152 |
)
|
| 153 |
|
| 154 |
with gr.Accordion("Advanced options", open=True):
|
|
|
|
| 155 |
num_images = gr.Slider(
|
| 156 |
label="Number of Images",
|
| 157 |
minimum=1,
|
|
|
|
| 160 |
value=1,
|
| 161 |
)
|
| 162 |
with gr.Row():
|
| 163 |
+
with gr.Column(scale=1):
|
| 164 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
| 165 |
negative_prompt = gr.Text(
|
| 166 |
label="Negative prompt",
|