Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -279,7 +279,6 @@ def make_me():
|
|
279 |
examples=examples,
|
280 |
inputs=[txt_input,neg_input,width,height,steps,cfg,seed],
|
281 |
outputs=[txt_input,neg_input,width,height,steps,cfg,seed],
|
282 |
-
cache_examples="lazy"
|
283 |
)
|
284 |
|
285 |
js_code = """
|
|
|
279 |
examples=examples,
|
280 |
inputs=[txt_input,neg_input,width,height,steps,cfg,seed],
|
281 |
outputs=[txt_input,neg_input,width,height,steps,cfg,seed],
|
|
|
282 |
)
|
283 |
|
284 |
js_code = """
|