Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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__":
|