ysr commited on
Commit
73ee0ef
·
1 Parent(s): a2db237

change title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ interface_image = gr.Interface(
34
  fn=show_preds_image,
35
  inputs=inputs_image,
36
  outputs=outputs_image,
37
- title="Pothole detector",
38
  cache_examples=False,
39
  )
40
 
 
34
  fn=show_preds_image,
35
  inputs=inputs_image,
36
  outputs=outputs_image,
37
+ title="Cats and Dogs detector",
38
  cache_examples=False,
39
  )
40