Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with demo:
|
|
90 |
inputs=image_in,
|
91 |
outputs=output_box,
|
92 |
fn=tag_image,
|
93 |
-
cache_examples=
|
94 |
)
|
95 |
# Link the button click to the function
|
96 |
tag_button.click(fn=tag_image, inputs=[image_in, format_choice], outputs=output_box)
|
|
|
90 |
inputs=image_in,
|
91 |
outputs=output_box,
|
92 |
fn=tag_image,
|
93 |
+
cache_examples=False
|
94 |
)
|
95 |
# Link the button click to the function
|
96 |
tag_button.click(fn=tag_image, inputs=[image_in, format_choice], outputs=output_box)
|