Spaces:
Running
Running
Uploading Trashify box detection model app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ demo = gr.Interface(
|
|
| 161 |
gr.Text(label="Text Output")
|
| 162 |
],
|
| 163 |
title="🚮 Trashify Object Detection Demo V4",
|
| 164 |
-
description=
|
| 165 |
# Examples come in the form of a list of lists, where each inner list contains elements to prefill the `inputs` parameter with
|
| 166 |
# See where the examples originate from here: https://huggingface.co/datasets/mrdbourke/trashify_examples/
|
| 167 |
examples=[
|
|
|
|
| 161 |
gr.Text(label="Text Output")
|
| 162 |
],
|
| 163 |
title="🚮 Trashify Object Detection Demo V4",
|
| 164 |
+
description=description,
|
| 165 |
# Examples come in the form of a list of lists, where each inner list contains elements to prefill the `inputs` parameter with
|
| 166 |
# See where the examples originate from here: https://huggingface.co/datasets/mrdbourke/trashify_examples/
|
| 167 |
examples=[
|