Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
app.py
CHANGED
@@ -275,7 +275,7 @@ with gr.Blocks(css=css) as demo:
|
|
275 |
inputs=[input_img, task_prompt],
|
276 |
outputs=[output_text, output_img],
|
277 |
fn=process_image,
|
278 |
-
cache_examples=True,
|
279 |
label='Try examples'
|
280 |
)
|
281 |
|
|
|
275 |
inputs=[input_img, task_prompt],
|
276 |
outputs=[output_text, output_img],
|
277 |
fn=process_image,
|
278 |
+
#cache_examples=True,
|
279 |
label='Try examples'
|
280 |
)
|
281 |
|