Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -220,7 +220,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 220 |
inputs=[type,input_image, instruction],
|
| 221 |
fn=king,
|
| 222 |
outputs=[input_image],
|
| 223 |
-
cache_examples=
|
| 224 |
)
|
| 225 |
|
| 226 |
gr.Markdown(help_text)
|
|
|
|
| 220 |
inputs=[type,input_image, instruction],
|
| 221 |
fn=king,
|
| 222 |
outputs=[input_image],
|
| 223 |
+
cache_examples=False,
|
| 224 |
)
|
| 225 |
|
| 226 |
gr.Markdown(help_text)
|