jonas commited on
Commit
d5f1a43
1 Parent(s): 18c3afa
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -56,4 +56,6 @@ interface_image = gr.Interface(
56
  title="Pothole detector",
57
  examples=path,
58
  cache_examples=False,
59
- )
 
 
 
56
  title="Pothole detector",
57
  examples=path,
58
  cache_examples=False,
59
+ )
60
+
61
+ interface_image.launch()