momelam commited on
Commit
a1e093f
1 Parent(s): b1d3263
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -32,7 +32,6 @@ interface_image = gr.Interface(
32
  inputs=inputs_image,
33
  outputs=outputs_image,
34
  title="Pothole detector",
35
- examples=path,
36
  cache_examples=False,
37
  )
38
 
 
32
  inputs=inputs_image,
33
  outputs=outputs_image,
34
  title="Pothole detector",
 
35
  cache_examples=False,
36
  )
37