Spaces:
Sleeping
Sleeping
remove cache examples
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
165 |
inputs=[input_img, task_prompt],
|
166 |
outputs=[output_text, output_img],
|
167 |
fn=process_image,
|
168 |
-
cache_examples=
|
169 |
label='Try examples'
|
170 |
)
|
171 |
|
|
|
165 |
inputs=[input_img, task_prompt],
|
166 |
outputs=[output_text, output_img],
|
167 |
fn=process_image,
|
168 |
+
cache_examples=False,
|
169 |
label='Try examples'
|
170 |
)
|
171 |
|