mrdbourke commited on
Commit
cfb57b4
·
verified ·
1 Parent(s): 27b9ba6

Uploading Trashify box detection model app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[