Spaces:
Runtime error
Runtime error
App update
Browse files
app.py
CHANGED
@@ -30,6 +30,8 @@ gr_interface = gr.Interface(
|
|
30 |
outputs=gr.outputs.Image(type="numpy", label="Output Image"),
|
31 |
title="Pothole detector",
|
32 |
examples=path,
|
|
|
|
|
33 |
)
|
34 |
|
35 |
gr_interface.launch(inline=False, share=False, debug=True)
|
|
|
30 |
outputs=gr.outputs.Image(type="numpy", label="Output Image"),
|
31 |
title="Pothole detector",
|
32 |
examples=path,
|
33 |
+
cache_examples=True,
|
34 |
+
live=True,
|
35 |
)
|
36 |
|
37 |
gr_interface.launch(inline=False, share=False, debug=True)
|