Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,6 @@ with gr.Blocks(fill_width=True, head=js) as demo:
|
|
135 |
with gr.Row():
|
136 |
gen_button = gr.Button(f'Generate up to {int(num_models)} images', variant='primary', scale=3)
|
137 |
random_button = gr.Button(f'Randomize Models', variant='secondary', scale=1)
|
138 |
-
gr.Markdown("", elem_classes="guide")
|
139 |
|
140 |
with gr.Column(scale=1):
|
141 |
with gr.Group():
|
|
|
135 |
with gr.Row():
|
136 |
gen_button = gr.Button(f'Generate up to {int(num_models)} images', variant='primary', scale=3)
|
137 |
random_button = gr.Button(f'Randomize Models', variant='secondary', scale=1)
|
|
|
138 |
|
139 |
with gr.Column(scale=1):
|
140 |
with gr.Group():
|