Spaces:
Running
on
Zero
Running
on
Zero
remoe cache
Browse files
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=
|
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
|
|
|
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)
|