Spaces:
Running
Running
Update app.py
Browse files
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 |
|