Spaces:
Running
Running
App update
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ gr_interface = gr.Interface(
|
|
49 |
outputs=gr.outputs.Image(type="numpy", label="Output Image"),
|
50 |
title="Pothole detector",
|
51 |
examples=path,
|
52 |
-
|
53 |
# live=True,
|
54 |
)
|
55 |
|
|
|
49 |
outputs=gr.outputs.Image(type="numpy", label="Output Image"),
|
50 |
title="Pothole detector",
|
51 |
examples=path,
|
52 |
+
cache_examples=False,
|
53 |
# live=True,
|
54 |
)
|
55 |
|