Akjava commited on
Commit
91dd21e
·
1 Parent(s): e3300b3

remoe cache

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,7 +101,7 @@ with demo_blocks as demo:
101
  fn=example_out,
102
  inputs=[image,image_mask,prompt,strength,id_input],
103
  outputs=[image_out],
104
- cache_examples=True,
105
  )
106
  gr.HTML(
107
  """
@@ -109,4 +109,4 @@ with demo_blocks as demo:
109
  """
110
  )
111
 
112
- demo_blocks.queue(max_size=25).launch(share=False,debug=True,allowed_paths=["/home/user/app/images"])
 
101
  fn=example_out,
102
  inputs=[image,image_mask,prompt,strength,id_input],
103
  outputs=[image_out],
104
+ cache_examples=False,
105
  )
106
  gr.HTML(
107
  """
 
109
  """
110
  )
111
 
112
+ demo_blocks.queue(max_size=25).launch(share=False,debug=True)