Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks(css=css) as demo:
|
|
194 |
inputs=[type,input_image, instruction],
|
195 |
fn=king,
|
196 |
outputs=[input_image],
|
197 |
-
cache_examples=
|
198 |
)
|
199 |
|
200 |
gr.Markdown(help_text)
|
|
|
194 |
inputs=[type,input_image, instruction],
|
195 |
fn=king,
|
196 |
outputs=[input_image],
|
197 |
+
cache_examples=False,
|
198 |
)
|
199 |
|
200 |
gr.Markdown(help_text)
|