juancopi81 commited on
Commit
684a737
β€’
1 Parent(s): b5d5c28

Change css to gallery

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ with block as demo:
226
  rounded=(False, True, True, False),
227
  )
228
 
229
- gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="generated_id").style(
230
  grid=[1], height="auto"
231
  )
232
 
 
226
  rounded=(False, True, True, False),
227
  )
228
 
229
+ gallery = gr.Gallery(label="Generated images", show_label=False, elem_id="gallery").style(
230
  grid=[1], height="auto"
231
  )
232