Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -510,7 +510,7 @@ def make_me():
|
|
| 510 |
interactive=False, show_share_button=True, container=True, format="png",
|
| 511 |
preview=True, object_fit="cover",columns=4,rows=4)
|
| 512 |
button_load_gallery=gr.Button("Load Gallery")
|
| 513 |
-
button_load_gallery.click(fonc_load_gallery,[id_session,gallery],[])
|
| 514 |
|
| 515 |
|
| 516 |
|
|
|
|
| 510 |
interactive=False, show_share_button=True, container=True, format="png",
|
| 511 |
preview=True, object_fit="cover",columns=4,rows=4)
|
| 512 |
button_load_gallery=gr.Button("Load Gallery")
|
| 513 |
+
button_load_gallery.click(fonc_load_gallery,[id_session,gallery],[gallery])
|
| 514 |
|
| 515 |
|
| 516 |
|