Uthar commited on
Commit
0464518
·
verified ·
1 Parent(s): 1c37369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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():