PatrickSchrML commited on
Commit
56c15ba
·
1 Parent(s): e3dc2e8

gallery label

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -235,7 +235,7 @@ with block:
235
  <img class="logo" src="https://aeiljuispo.cloudimg.io/v7/https://s3.amazonaws.com/moonup/production/uploads/1666181274838-62fa1d95e8c9c532aa75331c.png" alt="AIML Logo"
236
  style="margin: auto; max-width: 7rem;">
237
  <h1 style="font-weight: 900; margin-bottom: 7px;">
238
- Safe Stable Diffusion Demo
239
  </h1>
240
  </div>
241
  <p style="margin-bottom: 10px; font-size: 94%">
@@ -266,7 +266,7 @@ with block:
266
  )
267
 
268
  gallery = gr.Gallery(
269
- label="Generated images", show_label=False, elem_id="gallery"
270
  ).style(grid=[2], height="auto")
271
 
272
  with gr.Group(elem_id="container-advanced-btns"):
 
235
  <img class="logo" src="https://aeiljuispo.cloudimg.io/v7/https://s3.amazonaws.com/moonup/production/uploads/1666181274838-62fa1d95e8c9c532aa75331c.png" alt="AIML Logo"
236
  style="margin: auto; max-width: 7rem;">
237
  <h1 style="font-weight: 900; margin-bottom: 7px;">
238
+ Stable Diffusion vs. Safe Stable Diffusion
239
  </h1>
240
  </div>
241
  <p style="margin-bottom: 10px; font-size: 94%">
 
266
  )
267
 
268
  gallery = gr.Gallery(
269
+ label="Left: Stable Diffusion, Right: Safe Stable Diffusion", show_label=True, elem_id="gallery"
270
  ).style(grid=[2], height="auto")
271
 
272
  with gr.Group(elem_id="container-advanced-btns"):