Spaces:
Sleeping
Sleeping
Mnjar
commited on
Commit
·
735b755
1
Parent(s):
4eac3e0
Edit title
Browse files
app.py
CHANGED
@@ -74,8 +74,8 @@ iface = gr.Interface(
|
|
74 |
headers=["Label", "Confidence", "Xmin", "Ymin", "Xmax", "Ymax"],
|
75 |
label="Predictions"
|
76 |
)],
|
77 |
-
title="
|
78 |
-
description="Upload an image to detect objects
|
79 |
)
|
80 |
|
81 |
# Launch the app
|
|
|
74 |
headers=["Label", "Confidence", "Xmin", "Ymin", "Xmax", "Ymax"],
|
75 |
label="Predictions"
|
76 |
)],
|
77 |
+
title="Garbage Detection",
|
78 |
+
description="Upload an image to detect objects."
|
79 |
)
|
80 |
|
81 |
# Launch the app
|