Martin Tomov commited on
Commit
67307b3
Β·
verified Β·
1 Parent(s): ecdccd8

title update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,5 +196,5 @@ gr.Interface(
196
  fn=process_image,
197
  inputs=gr.Image(type="pil"),
198
  outputs=[gr.Image(type="numpy"), gr.Image(type="numpy")],
199
- title="🐞 Insect Detection and Masking"
200
  ).launch()
 
196
  fn=process_image,
197
  inputs=gr.Image(type="pil"),
198
  outputs=[gr.Image(type="numpy"), gr.Image(type="numpy")],
199
+ title="🐞 InsectSAM + GroundingDINO Inference"
200
  ).launch()