GunaKoppula commited on
Commit
0cb85e1
·
1 Parent(s): 255b8d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ demo = gr.Interface(generate_image_from_prompt,
299
  ],
300
  outputs = [
301
 
302
- gr.Gallery(label="Generated images", show_label=False, elem_id="gallery", columns=[2], rows=[2], object_fit="contain", height="auto")
303
  ],
304
 
305
  title = title
 
299
  ],
300
  outputs = [
301
 
302
+ gr.Gallery(label="Generated images", show_label=True, elem_id="gallery", columns=[2], rows=[2], object_fit="contain", height="auto")
303
  ],
304
 
305
  title = title