ronnief1 commited on
Commit
1f3d459
1 Parent(s): 2c811e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ def model_infer(img_name):
232
  PAGE_TITLE = "Polyp Segmentation"
233
  SUBHEADER = "Polyps are growths in the colon which can be precursors to colon cancer and are of particular interest \
234
  when performing colonoscopies. Improving automatic detection of polyps helps doctors analyze thousands of frames from colonoscopy videos \
235
- and leads to more reliable and efficient prevention of colon cancer. This web app uses a CNN trained on colonoscopy images from the Kvasir dataset for segmentation."
236
 
237
  def file_selector(folder_path='.'):
238
  filenames = os.listdir(folder_path)
 
232
  PAGE_TITLE = "Polyp Segmentation"
233
  SUBHEADER = "Polyps are growths in the colon which can be precursors to colon cancer and are of particular interest \
234
  when performing colonoscopies. Improving automatic detection of polyps helps doctors analyze thousands of frames from colonoscopy videos \
235
+ and leads to more reliable and efficient prevention of colon cancer. This web app uses a CNN trained on colonoscopy images from the Kvasir dataset."
236
 
237
  def file_selector(folder_path='.'):
238
  filenames = os.listdir(folder_path)