mrdbourke commited on
Commit
4845fdd
1 Parent(s): a33e4e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
77
  ],
78
  outputs=gr.Image(type="pil"),
79
  title="🚮 Trashify Object Detection Demo",
80
- description="Upload an image to detect whether there's a bin, a hand or trash in it."
81
  )
82
 
83
  if __name__ == "__main__":
 
77
  ],
78
  outputs=gr.Image(type="pil"),
79
  title="🚮 Trashify Object Detection Demo",
80
+ description="Upload an image to detect whether there's a bin, a hand or trash in it. Model trained on synthetically generated images by Flux and labels creating by GroundingDINO."
81
  )
82
 
83
  if __name__ == "__main__":