Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ with gr.Blocks(
|
|
| 147 |
inputs=[image_input, text_input],
|
| 148 |
outputs=[image_output, info_output],
|
| 149 |
fn=segment_example,
|
| 150 |
-
cache_examples=
|
| 151 |
)
|
| 152 |
|
| 153 |
clear_btn.click(
|
|
|
|
| 147 |
inputs=[image_input, text_input],
|
| 148 |
outputs=[image_output, info_output],
|
| 149 |
fn=segment_example,
|
| 150 |
+
cache_examples=False,
|
| 151 |
)
|
| 152 |
|
| 153 |
clear_btn.click(
|