DemiPoto commited on
Commit
bacca76
·
verified ·
1 Parent(s): 5127b7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -456,7 +456,7 @@ def make_me():
456
  gallery = gr.Gallery(label="Output", show_download_button=True, elem_classes="gallery",
457
  interactive=False, show_share_button=True, container=True, format="png",
458
  preview=True, object_fit="cover",columns=4,rows=4)
459
- button_load_gallery=("Load Gallery")
460
  button_load_gallery.click(fonc_load_gallery,[id_session,gallery],[])
461
 
462
 
 
456
  gallery = gr.Gallery(label="Output", show_download_button=True, elem_classes="gallery",
457
  interactive=False, show_share_button=True, container=True, format="png",
458
  preview=True, object_fit="cover",columns=4,rows=4)
459
+ button_load_gallery=gr.Button("Load Gallery")
460
  button_load_gallery.click(fonc_load_gallery,[id_session,gallery],[])
461
 
462