Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -419,8 +419,8 @@ def make_me():
|
|
| 419 |
with gr.Accordion( open=True, visible=False) as stuffs:
|
| 420 |
with gr.Accordion("Gallery",open=False):
|
| 421 |
with gr.Row():
|
| 422 |
-
global cache_image
|
| 423 |
-
global cache_image_actu
|
| 424 |
cache_image=[]
|
| 425 |
cache_image_actu=[]
|
| 426 |
with gr.Column():
|
|
|
|
| 419 |
with gr.Accordion( open=True, visible=False) as stuffs:
|
| 420 |
with gr.Accordion("Gallery",open=False):
|
| 421 |
with gr.Row():
|
| 422 |
+
#global cache_image
|
| 423 |
+
#global cache_image_actu
|
| 424 |
cache_image=[]
|
| 425 |
cache_image_actu=[]
|
| 426 |
with gr.Column():
|