Spaces:
CreataAI
/
Runtime error

multimodalart HF staff commited on
Commit
0d14efa
1 Parent(s): 9270398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -252,9 +252,9 @@ with block:
252
  )
253
  btn = gr.Button("Generate", scale=0)
254
 
255
- gallery = gr.Gallery(
256
- label="Generated images", show_label=False, elem_id="gallery"
257
- ).style(grid=[2], height="auto")
258
 
259
  with gr.Group(elem_id="container-advanced-btns"):
260
  with gr.Group(elem_id="share-btn-container"):
 
252
  )
253
  btn = gr.Button("Generate", scale=0)
254
 
255
+ gallery = gr.Gallery(
256
+ label="Generated images", show_label=False, elem_id="gallery"
257
+ ).style(grid=[2], height="auto")
258
 
259
  with gr.Group(elem_id="container-advanced-btns"):
260
  with gr.Group(elem_id="share-btn-container"):