ronnief1 commited on
Commit
a7013f1
·
1 Parent(s): cb81b83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -230,6 +230,9 @@ def model_infer(img_name):
230
 
231
  return image_vis, gt_mask, pr_mask
232
  PAGE_TITLE = "Polyp Segmentation"
 
 
 
233
 
234
  def file_selector(folder_path='.'):
235
  filenames = os.listdir(folder_path)
 
230
 
231
  return image_vis, gt_mask, pr_mask
232
  PAGE_TITLE = "Polyp Segmentation"
233
+ SUBHEADER = "Polyps are growths in the colon which can be precursors to colon cancer and are thus of particular interest \
234
+ when performing colonoscopies. Improving automatic detection of polyps will help doctors analyze thousands of frames from colonoscopy videos \
235
+ and lead to more reliable and efficient prevention of colon cancer."
236
 
237
  def file_selector(folder_path='.'):
238
  filenames = os.listdir(folder_path)