Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks(css=css) as demo:
|
|
213 |
inputs=[type,input_image, instruction],
|
214 |
fn=king,
|
215 |
outputs=[input_image],
|
216 |
-
cache_examples=
|
217 |
)
|
218 |
|
219 |
gr.Markdown(help_text)
|
|
|
213 |
inputs=[type,input_image, instruction],
|
214 |
fn=king,
|
215 |
outputs=[input_image],
|
216 |
+
cache_examples=False,
|
217 |
)
|
218 |
|
219 |
gr.Markdown(help_text)
|