Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]", delete_cache=(4000,
|
|
340 |
inputs=prompt,
|
341 |
outputs=[result, gr_metadata],
|
342 |
fn=lambda *args, **kwargs: generate(*args, use_upscaler=True, **kwargs),
|
343 |
-
cache_examples=
|
344 |
)
|
345 |
use_upscaler.change(
|
346 |
fn=lambda x: [gr.update(visible=x), gr.update(visible=x)],
|
|
|
340 |
inputs=prompt,
|
341 |
outputs=[result, gr_metadata],
|
342 |
fn=lambda *args, **kwargs: generate(*args, use_upscaler=True, **kwargs),
|
343 |
+
cache_examples=False,
|
344 |
)
|
345 |
use_upscaler.change(
|
346 |
fn=lambda x: [gr.update(visible=x), gr.update(visible=x)],
|