Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -274,7 +274,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
|
|
274 |
inputs=[prompt_input, negative_prompt, input_image, model_type],
|
275 |
outputs=[output_image],
|
276 |
fn=infer,
|
277 |
-
cache_examples=True,
|
278 |
)
|
279 |
|
280 |
inputs = [prompt_input, negative_prompt, input_image, model_type]
|
|
|
274 |
inputs=[prompt_input, negative_prompt, input_image, model_type],
|
275 |
outputs=[output_image],
|
276 |
fn=infer,
|
277 |
+
cache_examples=False, #cache_examples=True,
|
278 |
)
|
279 |
|
280 |
inputs = [prompt_input, negative_prompt, input_image, model_type]
|