Mnjar commited on
Commit
735b755
·
1 Parent(s): 4eac3e0

Edit title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,8 +74,8 @@ iface = gr.Interface(
74
  headers=["Label", "Confidence", "Xmin", "Ymin", "Xmax", "Ymax"],
75
  label="Predictions"
76
  )],
77
- title="YOLO Object Detection",
78
- description="Upload an image to detect objects using YOLO."
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