DemiPoto commited on
Commit
3a94695
·
verified ·
1 Parent(s): 285dee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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():