Spaces:
Running
Running
Uploading Trashify box detection model app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ demo = gr.Interface(
|
|
128 |
gr.Image(type="pil", label="Image Output"),
|
129 |
gr.Text(label="Text Output")
|
130 |
],
|
131 |
-
title="🚮 Trashify Object Detection Demo",
|
132 |
description="Help clean up your local area! Upload an image and get +1 if there is all of the following items detected: trash, bin, hand.",
|
133 |
# Examples come in the form of a list of lists, where each inner list contains elements to prefill the `inputs` parameter with
|
134 |
examples=[
|
|
|
128 |
gr.Image(type="pil", label="Image Output"),
|
129 |
gr.Text(label="Text Output")
|
130 |
],
|
131 |
+
title="🚮 Trashify Object Detection Demo V1",
|
132 |
description="Help clean up your local area! Upload an image and get +1 if there is all of the following items detected: trash, bin, hand.",
|
133 |
# Examples come in the form of a list of lists, where each inner list contains elements to prefill the `inputs` parameter with
|
134 |
examples=[
|