sovitrath commited on
Commit
5275606
1 Parent(s): 9888af9

App name change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ interface_image = gr.Interface(
58
  fn=show_preds_image,
59
  inputs=inputs_image,
60
  outputs=outputs_image,
61
- title="Pothole detector",
62
  examples=path,
63
  cache_examples=False,
64
  )
58
  fn=show_preds_image,
59
  inputs=inputs_image,
60
  outputs=outputs_image,
61
+ title="Pothole detector app",
62
  examples=path,
63
  cache_examples=False,
64
  )