sovitrath commited on
Commit
0957a23
1 Parent(s): 787b78e

App update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # cache_examples=True,
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