Adonai Vera commited on
Commit
1b9e40e
·
1 Parent(s): 9cf13b2

Change user input as variable

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
33
  ],
34
  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.",
35
  title="Sewer Obstruction Classification with AI by Subterra",
36
- allow_flagging="auto",
37
  flagging_options=["obstruction", "no_obstruction"],
38
  flagging_callback=hf_writer
39
 
 
33
  ],
34
  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.",
35
  title="Sewer Obstruction Classification with AI by Subterra",
36
+ allow_flagging="manual",
37
  flagging_options=["obstruction", "no_obstruction"],
38
  flagging_callback=hf_writer
39