Spaces:
Runtime error
Runtime error
description changes
Browse files
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
|
33 |
-
title="
|
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 |
)
|