Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,7 +192,7 @@ with gr.Blocks(
|
|
| 192 |
inputs=[image_input, text_input],
|
| 193 |
fn=segment_example,
|
| 194 |
outputs=[image_output, info_output],
|
| 195 |
-
cache_examples=
|
| 196 |
examples_per_page=10,
|
| 197 |
label="Try these COCO examples (URLs auto-load)"
|
| 198 |
)
|
|
|
|
| 192 |
inputs=[image_input, text_input],
|
| 193 |
fn=segment_example,
|
| 194 |
outputs=[image_output, info_output],
|
| 195 |
+
cache_examples=False,
|
| 196 |
examples_per_page=10,
|
| 197 |
label="Try these COCO examples (URLs auto-load)"
|
| 198 |
)
|