Spaces:
Build error
Build error
Set cache examples to false
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks() as demo:
|
|
151 |
inputs=[input_file, z_axis],
|
152 |
outputs=[input_image, output_segmentation],
|
153 |
fn=predict,
|
154 |
-
cache_examples=
|
155 |
)
|
156 |
|
157 |
# Show references at the bottom of the demo
|
|
|
151 |
inputs=[input_file, z_axis],
|
152 |
outputs=[input_image, output_segmentation],
|
153 |
fn=predict,
|
154 |
+
cache_examples=False
|
155 |
)
|
156 |
|
157 |
# Show references at the bottom of the demo
|