dmckenzie commited on
Commit
81702f0
·
verified ·
1 Parent(s): ddb1fbb

description changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ iface = gr.Interface(
29
  ["examples/PP.jpg"],
30
  ["examples/RC.jpg"]
31
  ],
32
- description="Upload an image to classify if need clean or not.",
33
- title="Cleaner Classification with AI by Subterra",
34
  allow_flagging="manual",
35
  flagging_options=["obstruction", "no_obstruction"]
36
  )
 
29
  ["examples/PP.jpg"],
30
  ["examples/RC.jpg"]
31
  ],
32
+ description="Upload an image to view a classification demonstration leveraging the dataset/library of images collected by WRc & Unitied Utitlies during The Water Services Regulation Authority (OFWAT) Innovation Challenge – Artificial Intelligence and Sewers. Not only can you see the initial classification, but you as the user can also inform us if the classification is correct. Your response will be used to retrain this model. The team at Subterra would like to thank all of those involved in collecting this dataset as we hope that other groups will use it to further advance technology solutions for the water industry.",
33
+ title="Sewer Cleaning Classification with AI by Subterra",
34
  allow_flagging="manual",
35
  flagging_options=["obstruction", "no_obstruction"]
36
  )